#b8d553

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

Shades of Conifer #B8D553

Tints of Conifer #B8D553

Color information

#B8D553 (or 0xB8D553) is unknown color: approx Conifer. HEX triplet: B8, D5 and 53. RGB value is (184,213,83). Sum of RGB (Red+Green+Blue) = 184+213+83=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D553 is #472AAC. Grayscale: #BDBDBD. Windows color (decimal): -4663981 or 5494200. OLE color: 5494200.

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

Color convert

RGB18421383-
CMYK0.1400.610.16
HSL73.38º60.75%58.04%-
HSV(B)73.38º61.03%83.53%-
XYZ45.1258.417.08-
YUV189.5167.89124.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.33%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 83 (32.81% from 255) = 17.29%
R=38.33%
G=44.38%
B=17.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184213830.1400.610.1673.3860.7558.04
HexB8D553E03D10493d3a
Octal27032512316075201117572
Binary1011100011010101101001111100111101100001001001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8d553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8d553; }

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

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

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

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

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

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

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

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