#B0E766

Color #B0E766 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B0E766

Tints of Conifer #B0E766

Color information

#B0E766 (or 0xB0E766) is unknown color: approx Conifer. HEX triplet: B0, E7 and 66. RGB value is (176,231,102). Sum of RGB (Red+Green+Blue) = 176+231+102=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 231 - color contains mainly: green. Hex color #B0E766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E766 is #4F1899. Grayscale: #C8C8C8. Windows color (decimal): -5183642 or 6743984. OLE color: 6743984.

HSL color Cylindrical-coordinate representation of color #B0E766: hue angle of 85.58º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0E766 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB176231102-
CMYK0.2400.560.09
HSL85.58º72.88%65.29%-
HSV(B)85.58º55.84%90.59%-
XYZ48.8867.3422.99-
YUV199.8572.78110.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 34.58%
GREEN value IS 231 (90.62% from 255) = 45.38%
BLUE value IS 102 (40.23% from 255) = 20.04%
R=34.58%
G=45.38%
B=20.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762311020.2400.560.0985.5872.8865.29
HexB0E766180389564941
Octal2603471463007011126111101
Binary101100001110011111001101100001110001001101011010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E766; }

 p { color: rgb(176,231,102); }

 H1.HeaderClassName
 {
   color: #B0E766;
 }
 .AnyTagClassName
 {
   color: #B0E766;
 }
</style>
background-color css

<style>
 a { background-color: #B0E766; }

 a { background-color: rgb(176,231,102); }

 div.DivClassName
 {
   background-color: #B0E766;
 }
 .BgClassName
 {
   background-color: #B0E766;
 }
</style>
border-color css

<style>
 span { border-color: #B0E766; }

 span { border-color: rgb(176,231,102); }

 td.TdClassName
 {
   border-color: #B0E766;
 }
 .TagClassName
 {
   border-color: #B0E766;
 }
</style>