#B8AE2E

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

Shades of Earls Green #B8AE2E

Tints of Earls Green #B8AE2E

Color information

#B8AE2E (or 0xB8AE2E) is unknown color: approx Earls Green. HEX triplet: B8, AE and 2E. RGB value is (184,174,46). Sum of RGB (Red+Green+Blue) = 184+174+46=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AE2E is #4751D1. Grayscale: #A2A2A2. Windows color (decimal): -4674002 or 3059384. OLE color: 3059384.

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

Color convert

RGB18417446-
CMYK00.050.750.28
HSL55.65º60%45.1%-
HSV(B)55.65º75%72.16%-
XYZ35.440.668.57-
YUV162.462.31143.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 174 (68.36% from 255) = 43.07%
BLUE value IS 46 (18.36% from 255) = 11.39%
R=45.54%
G=43.07%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841744600.050.750.2855.656045.1
HexB8AE2E054B1C383c2d
Octal270256560511334707455
Binary10111000101011101011100101100101111100111000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AE2E; }

 p { color: rgb(184,174,46); }

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

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

 a { background-color: rgb(184,174,46); }

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

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

 span { border-color: rgb(184,174,46); }

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