#B7AE26

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

Shades of Earls Green #B7AE26

Tints of Earls Green #B7AE26

Color information

#B7AE26 (or 0xB7AE26) is unknown color: approx Earls Green. HEX triplet: B7, AE and 26. RGB value is (183,174,38). Sum of RGB (Red+Green+Blue) = 183+174+38=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AE26 is #4851D9. Grayscale: #A1A1A1. Windows color (decimal): -4739546 or 2535095. OLE color: 2535095.

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

Color convert

RGB18317438-
CMYK00.050.790.28
HSL56.28º65.61%43.33%-
HSV(B)56.28º79.23%71.76%-
XYZ35.0140.487.8-
YUV161.1958.48143.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 38 (15.23% from 255) = 9.62%
R=46.33%
G=44.05%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831743800.050.790.2856.2865.6143.33
HexB7AE26054F1C38422b
Octal2672564605117347010253
Binary101101111010111010011001011001111111001110001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE26; }

 p { color: rgb(183,174,38); }

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

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

 a { background-color: rgb(183,174,38); }

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

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

 span { border-color: rgb(183,174,38); }

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