#B8D453

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

Shades of Conifer #B8D453

Tints of Conifer #B8D453

Color information

#B8D453 (or 0xB8D453) is unknown color: approx Conifer. HEX triplet: B8, D4 and 53. RGB value is (184,212,83). Sum of RGB (Red+Green+Blue) = 184+212+83=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D453 is #472BAC. Grayscale: #BDBDBD. Windows color (decimal): -4664237 or 5493944. OLE color: 5493944.

HSL color Cylindrical-coordinate representation of color #B8D453: hue angle of 73.02º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8D453 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB18421283-
CMYK0.1300.610.17
HSL73.02º60%57.84%-
HSV(B)73.02º60.85%83.14%-
XYZ44.8757.916.99-
YUV188.9268.22124.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 212 (83.20% from 255) = 44.26%
BLUE value IS 83 (32.81% from 255) = 17.33%
R=38.41%
G=44.26%
B=17.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal184212830.1300.610.1773.026057.84
HexB8D453D03D11493c3a
Octal27032412315075211117472
Binary1011100011010100101001111010111101100011001001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D453; }

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

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

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

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

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

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

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

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