#B8D558

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

Shades of Conifer #B8D558

Tints of Conifer #B8D558

Color information

#B8D558 (or 0xB8D558) is unknown color: approx Conifer. HEX triplet: B8, D5 and 58. RGB value is (184,213,88). Sum of RGB (Red+Green+Blue) = 184+213+88=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D558 is #472AA7. Grayscale: #BEBEBE. Windows color (decimal): -4663976 or 5821880. OLE color: 5821880.

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

Color convert

RGB18421388-
CMYK0.1400.590.16
HSL73.92º59.81%59.02%-
HSV(B)73.92º58.69%83.53%-
XYZ45.3258.4818.13-
YUV190.0870.39123.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 88 (34.77% from 255) = 18.14%
R=37.94%
G=43.92%
B=18.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184213880.1400.590.1673.9259.8159.02
HexB8D558E03B104a3c3b
Octal27032513016073201127473
Binary1011100011010101101100011100111011100001001010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D558; }

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

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

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

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

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

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

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

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