#B9B92A

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

Shades of Earls Green #B9B92A

Tints of Earls Green #B9B92A

Color information

#B9B92A (or 0xB9B92A) is unknown color: approx Earls Green. HEX triplet: B9, B9 and 2A. RGB value is (185,185,42). Sum of RGB (Red+Green+Blue) = 185+185+42=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B92A is #4646D5. Grayscale: #A9A9A9. Windows color (decimal): -4605654 or 2800057. OLE color: 2800057.

HSL color Cylindrical-coordinate representation of color #B9B92A: hue angle of 60º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9B92A is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18518542-
CMYK000.770.27
HSL60º63%44.51%-
HSV(B)60º77.3%72.55%-
XYZ37.7745.188.92-
YUV168.756.5139.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 185 (72.66% from 255) = 44.90%
BLUE value IS 42 (16.80% from 255) = 10.19%
R=44.90%
G=44.90%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518542000.770.27606344.51
HexB9B92A004D1B3c3f2d
Octal271271520011533747755
Binary101110011011100110101000100110111011111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B92A; }

 p { color: rgb(185,185,42); }

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

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

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

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

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

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

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