#B9B026

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

Shades of Earls Green #B9B026

Tints of Earls Green #B9B026

Color information

#B9B026 (or 0xB9B026) is unknown color: approx Earls Green. HEX triplet: B9, B0 and 26. RGB value is (185,176,38). Sum of RGB (Red+Green+Blue) = 185+176+38=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B026 is #464FD9. Grayscale: #A3A3A3. Windows color (decimal): -4607962 or 2535609. OLE color: 2535609.

HSL color Cylindrical-coordinate representation of color #B9B026: hue angle of 56.33º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9B026 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB18517638-
CMYK00.050.790.27
HSL56.33º65.92%43.73%-
HSV(B)56.33º79.46%72.55%-
XYZ35.8841.57.95-
YUV162.9657.48143.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 176 (69.14% from 255) = 44.11%
BLUE value IS 38 (15.23% from 255) = 9.52%
R=46.37%
G=44.11%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851763800.050.790.2756.3365.9243.73
HexB9B026054F1B38422c
Octal2712604605117337010254
Binary101110011011000010011001011001111110111110001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B026; }

 p { color: rgb(185,176,38); }

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

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

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

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

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

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

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