#b9e53f

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

Shades of Conifer #B9E53F

Tints of Conifer #B9E53F

Color information

#B9E53F (or 0xB9E53F) is unknown color: approx Conifer. HEX triplet: B9, E5 and 3F. RGB value is (185,229,63). Sum of RGB (Red+Green+Blue) = 185+229+63=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E53F is #461AC0. Grayscale: #C5C5C5. Windows color (decimal): -4594369 or 4187577. OLE color: 4187577.

HSL color Cylindrical-coordinate representation of color #B9E53F: hue angle of 75.9º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9E53F is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB18522963-
CMYK0.1900.720.10
HSL75.9º76.15%57.25%-
HSV(B)75.9º72.49%89.8%-
XYZ48.9266.7115-
YUV196.9252.42119.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 229 (89.84% from 255) = 48.01%
BLUE value IS 63 (25% from 255) = 13.21%
R=38.78%
G=48.01%
B=13.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal185229630.1900.720.1075.976.1557.25
HexB9E53F13048A4c4c39
Octal271345772301101211411471
Binary10111001111001011111111001101001000101010011001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9e53f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9e53f; }

 p { color: rgb(185,229,63); }

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

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

 a { background-color: rgb(185,229,63); }

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

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

 span { border-color: rgb(185,229,63); }

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