#B8D649

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

Shades of Conifer #B8D649

Tints of Conifer #B8D649

Color information

#B8D649 (or 0xB8D649) is unknown color: approx Conifer. HEX triplet: B8, D6 and 49. RGB value is (184,214,73). Sum of RGB (Red+Green+Blue) = 184+214+73=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D649 is #4729B6. Grayscale: #BDBDBD. Windows color (decimal): -4663735 or 4839096. OLE color: 4839096.

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

Color convert

RGB18421473-
CMYK0.1400.660.16
HSL72.77º63.23%56.27%-
HSV(B)72.77º65.89%83.92%-
XYZ45.0258.7615.27-
YUV188.9662.56124.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 214 (83.98% from 255) = 45.44%
BLUE value IS 73 (28.91% from 255) = 15.50%
R=39.07%
G=45.44%
B=15.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184214730.1400.660.1672.7763.2356.27
HexB8D649E04210493f38
Octal270326111160102201117770
Binary10111000110101101001001111001000010100001001001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D649; }

 p { color: rgb(184,214,73); }

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

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

 a { background-color: rgb(184,214,73); }

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

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

 span { border-color: rgb(184,214,73); }

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