#B8D654

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

Shades of Conifer #B8D654

Tints of Conifer #B8D654

Color information

#B8D654 (or 0xB8D654) is unknown color: approx Conifer. HEX triplet: B8, D6 and 54. RGB value is (184,214,84). Sum of RGB (Red+Green+Blue) = 184+214+84=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D654 is #4729AB. Grayscale: #BEBEBE. Windows color (decimal): -4663724 or 5559992. OLE color: 5559992.

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

Color convert

RGB18421484-
CMYK0.1400.610.16
HSL73.85º61.32%58.43%-
HSV(B)73.85º60.75%83.92%-
XYZ45.4158.9217.37-
YUV190.2168.06123.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 214 (83.98% from 255) = 44.40%
BLUE value IS 84 (33.20% from 255) = 17.43%
R=38.17%
G=44.40%
B=17.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184214840.1400.610.1673.8561.3258.43
HexB8D654E03D104a3d3a
Octal27032612416075201127572
Binary1011100011010110101010011100111101100001001010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D654; }

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

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

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

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

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

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

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

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