#B9E047

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

Shades of Conifer #B9E047

Tints of Conifer #B9E047

Color information

#B9E047 (or 0xB9E047) is unknown color: approx Conifer. HEX triplet: B9, E0 and 47. RGB value is (185,224,71). Sum of RGB (Red+Green+Blue) = 185+224+71=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 71 (28.12% from 255 or 14.79% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E047 is #461FB8. Grayscale: #C3C3C3. Windows color (decimal): -4595641 or 4710585. OLE color: 4710585.

HSL color Cylindrical-coordinate representation of color #B9E047: hue angle of 75.29º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9E047 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB18522471-
CMYK0.1700.680.12
HSL75.29º71.16%57.84%-
HSV(B)75.29º68.3%87.84%-
XYZ47.864.0815.81-
YUV194.958.08120.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 224 (87.89% from 255) = 46.67%
BLUE value IS 71 (28.12% from 255) = 14.79%
R=38.54%
G=46.67%
B=14.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal185224710.1700.680.1275.2971.1657.84
HexB9E04711044C4b473a
Octal2713401072101041411310772
Binary101110011110000010001111000101000100110010010111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E047; }

 p { color: rgb(185,224,71); }

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

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

 a { background-color: rgb(185,224,71); }

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

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

 span { border-color: rgb(185,224,71); }

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