#B8D953

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

Shades of Conifer #B8D953

Tints of Conifer #B8D953

Color information

#B8D953 (or 0xB8D953) is unknown color: approx Conifer. HEX triplet: B8, D9 and 53. RGB value is (184,217,83). Sum of RGB (Red+Green+Blue) = 184+217+83=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D953 is #4726AC. Grayscale: #C0C0C0. Windows color (decimal): -4662957 or 5495224. OLE color: 5495224.

HSL color Cylindrical-coordinate representation of color #B8D953: hue angle of 74.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8D953 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB18421783-
CMYK0.1500.620.15
HSL74.78º63.81%58.82%-
HSV(B)74.78º61.75%85.1%-
XYZ46.1460.4417.42-
YUV191.8666.57122.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 217 (85.16% from 255) = 44.83%
BLUE value IS 83 (32.81% from 255) = 17.15%
R=38.02%
G=44.83%
B=17.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal184217830.1500.620.1574.7863.8158.82
HexB8D953F03EF4b403b
Octal270331123170761711310073
Binary1011100011011001101001111110111110111110010111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D953; }

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

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

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

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

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

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

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

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