Html Css Color HEX #B8A11E Earls Green

📋 copy color: '#B8A11E'

red 184 ◦ green 161 ◦ blue 30

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

Shades of Earls Green #B8A11E

Tints of Earls Green #B8A11E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.93%

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

R = 49.07%
G = 42.93%
B = 8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8A11E (or 0xB8A11E) is known color: Earls Green. HEX triplet: B8, A1 and 1E. RGB value is (184,161,30). Sum of RGB (Red+Green+Blue) = 184+161+30=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A11E is #475EE1. Grayscale: #999999. Windows color (decimal): -4677346 or 2007480. OLE color: 2007480.

HSL color Cylindrical-coordinate representation of color #B8A11E: hue angle of 51.04º 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 #B8A11E is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 161 30 -
CMYK 0 0.12 0.84 0.28
HSL 51.04º 0.72% 0.42% -
HSV(B) 51.04º 0.84% 0.72% -
XYZ 32.75 35.77 6.41 -
YUV 152.94 58.62 150.15 -
System Red Green Blue C M Y K H S L
Decimal 184 161 30 0 0.12 0.84 0.28 51.04 0.72 0.42
Hex B8 A1 1E 0 C 54 1C 33 48 2A
Octal 270 241 36 0 14 124 34 63 110 52
Binary 10111000 10100001 11110 0 1100 1010100 11100 110011 1001000 101010

Color Harmonies of #B8A11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A11E

Black with #B8A11E

Text Example


Text Example

White with #B8A11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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