#B8DE66

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

Shades of Conifer #B8DE66

Tints of Conifer #B8DE66

Color information

#B8DE66 (or 0xB8DE66) is unknown color: approx Conifer. HEX triplet: B8, DE and 66. RGB value is (184,222,102). Sum of RGB (Red+Green+Blue) = 184+222+102=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DE66 is #472199. Grayscale: #C5C5C5. Windows color (decimal): -4661658 or 6741688. OLE color: 6741688.

HSL color Cylindrical-coordinate representation of color #B8DE66: hue angle of 79º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8DE66 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB184222102-
CMYK0.1700.540.13
HSL79º64.52%63.53%-
HSV(B)79º54.05%87.06%-
XYZ48.2963.3922.26-
YUV196.9674.41118.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.22%
GREEN value IS 222 (87.11% from 255) = 43.70%
BLUE value IS 102 (40.23% from 255) = 20.08%
R=36.22%
G=43.70%
B=20.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842221020.1700.540.137964.5263.53
HexB8DE6611036D4f4140
Octal2703361462106615117101100
Binary101110001101111011001101000101101101101100111110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DE66; }

 p { color: rgb(184,222,102); }

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

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

 a { background-color: rgb(184,222,102); }

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

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

 span { border-color: rgb(184,222,102); }

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