#B8D55C

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

Shades of Conifer #B8D55C

Tints of Conifer #B8D55C

Color information

#B8D55C (or 0xB8D55C) is unknown color: approx Conifer. HEX triplet: B8, D5 and 5C. RGB value is (184,213,92). Sum of RGB (Red+Green+Blue) = 184+213+92=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D55C is #472AA3. Grayscale: #BEBEBE. Windows color (decimal): -4663972 or 6084024. OLE color: 6084024.

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

Color convert

RGB18421392-
CMYK0.1400.570.16
HSL74.38º59.02%59.8%-
HSV(B)74.38º56.81%83.53%-
XYZ45.4958.5519.03-
YUV190.5472.39123.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 92 (36.33% from 255) = 18.81%
R=37.63%
G=43.56%
B=18.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184213920.1400.570.1674.3859.0259.8
HexB8D55CE039104a3b3c
Octal27032513416071201127374
Binary1011100011010101101110011100111001100001001010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D55C; }

 p { color: rgb(184,213,92); }

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

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

 a { background-color: rgb(184,213,92); }

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

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

 span { border-color: rgb(184,213,92); }

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