#B8D253

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

Shades of Conifer #B8D253

Tints of Conifer #B8D253

Color information

#B8D253 (or 0xB8D253) is unknown color: approx Conifer. HEX triplet: B8, D2 and 53. RGB value is (184,210,83). Sum of RGB (Red+Green+Blue) = 184+210+83=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D253 is #472DAC. Grayscale: #BCBCBC. Windows color (decimal): -4664749 or 5493432. OLE color: 5493432.

HSL color Cylindrical-coordinate representation of color #B8D253: hue angle of 72.28º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8D253 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB18421083-
CMYK0.1200.600.18
HSL72.28º58.53%57.45%-
HSV(B)72.28º60.48%82.35%-
XYZ44.3856.9116.83-
YUV187.7568.89125.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 210 (82.42% from 255) = 44.03%
BLUE value IS 83 (32.81% from 255) = 17.40%
R=38.57%
G=44.03%
B=17.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal184210830.1200.600.1872.2858.5357.45
HexB8D253C03C12483b39
Octal27032212314074221107371
Binary1011100011010010101001111000111100100101001000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D253; }

 p { color: rgb(184,210,83); }

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

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

 a { background-color: rgb(184,210,83); }

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

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

 span { border-color: rgb(184,210,83); }

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