#B8A926

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

Shades of Earls Green #B8A926

Tints of Earls Green #B8A926

Color information

#B8A926 (or 0xB8A926) is unknown color: approx Earls Green. HEX triplet: B8, A9 and 26. RGB value is (184,169,38). Sum of RGB (Red+Green+Blue) = 184+169+38=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A926 is #4756D9. Grayscale: #9F9F9F. Windows color (decimal): -4675290 or 2533816. OLE color: 2533816.

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

Color convert

RGB18416938-
CMYK00.080.790.28
HSL53.84º65.77%43.53%-
HSV(B)53.84º79.35%72.16%-
XYZ34.338.717.5-
YUV158.5559.97146.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 169 (66.41% from 255) = 43.22%
BLUE value IS 38 (15.23% from 255) = 9.72%
R=47.06%
G=43.22%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841693800.080.790.2853.8465.7743.53
HexB8A926084F1C36422c
Octal27025146010117346610254
Binary1011100010101001100110010001001111111001101101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A926; }

 p { color: rgb(184,169,38); }

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

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

 a { background-color: rgb(184,169,38); }

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

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

 span { border-color: rgb(184,169,38); }

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