Html Css Color HEX #B8AE1E Earls Green

📋 copy color: '#B8AE1E'

red 184 ◦ green 174 ◦ blue 30

#B8AE1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #B8AE1E

Tints of Earls Green #B8AE1E

RGB

 RED value IS 184 (72.27% from 255) = 47.42%

 GREEN value IS 174 (68.36% from 255) = 44.85%

 BLUE value IS 30 (12.11% from 255) = 7.73%

R = 47.42%
G = 44.85%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8AE1E (or 0xB8AE1E) is known color: Earls Green. HEX triplet: B8, AE and 1E. RGB value is (184,174,30). Sum of RGB (Red+Green+Blue) = 184+174+30=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AE1E is #4751E1. Grayscale: #A1A1A1. Windows color (decimal): -4674018 or 2010808. OLE color: 2010808.

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

Color convert

RGB 184 174 30 -
CMYK 0 0.05 0.84 0.28
HSL 56.1º 0.72% 0.42% -
HSV(B) 56.1º 0.84% 0.72% -
XYZ 35.14 40.56 7.2 -
YUV 160.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 184 174 30 0 0.05 0.84 0.28 56.1 0.72 0.42
Hex B8 AE 1E 0 5 54 1C 38 48 2A
Octal 270 256 36 0 5 124 34 70 110 52
Binary 10111000 10101110 11110 0 101 1010100 11100 111000 1001000 101010

Color Harmonies of #B8AE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AE1E

Black with #B8AE1E

Text Example


Text Example

White with #B8AE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AE1E; }

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

 H1.HeaderClassName
 {
   color: #B8AE1E;
 }
 .AnyTagClassName
 {
   color: #B8AE1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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