#B8DC65

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

Shades of Conifer #B8DC65

Tints of Conifer #B8DC65

Color information

#B8DC65 (or 0xB8DC65) is unknown color: approx Conifer. HEX triplet: B8, DC and 65. RGB value is (184,220,101). Sum of RGB (Red+Green+Blue) = 184+220+101=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC65 is #47239A. Grayscale: #C4C4C4. Windows color (decimal): -4662171 or 6675640. OLE color: 6675640.

HSL color Cylindrical-coordinate representation of color #B8DC65: hue angle of 78.15º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8DC65 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB184220101-
CMYK0.1600.540.14
HSL78.15º62.96%62.94%-
HSV(B)78.15º54.09%86.27%-
XYZ47.7162.3221.83-
YUV195.6774.57119.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.44%
GREEN value IS 220 (86.33% from 255) = 43.56%
BLUE value IS 101 (39.84% from 255) = 20%
R=36.44%
G=43.56%
B=20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201010.1600.540.1478.1562.9662.94
HexB8DC6510036E4e3f3f
Octal27033414520066161167777
Binary1011100011011100110010110000011011011101001110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DC65; }

 p { color: rgb(184,220,101); }

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

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

 a { background-color: rgb(184,220,101); }

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

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

 span { border-color: rgb(184,220,101); }

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