Html Css Color HEX #B8AA2B Earls Green

📋 copy color: '#B8AA2B'

red 184 ◦ green 170 ◦ blue 43

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

Shades of Earls Green #B8AA2B

Tints of Earls Green #B8AA2B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.82%

 BLUE value IS 43 (17.19% from 255) = 10.83%

R = 46.35%
G = 42.82%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8AA2B (or 0xB8AA2B) is known color: Earls Green. HEX triplet: B8, AA and 2B. RGB value is (184,170,43). Sum of RGB (Red+Green+Blue) = 184+170+43=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AA2B is #4755D4. Grayscale: #A0A0A0. Windows color (decimal): -4675029 or 2861752. OLE color: 2861752.

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

Color convert

RGB 184 170 43 -
CMYK 0 0.08 0.77 0.28
HSL 54.04º 0.62% 0.45% -
HSV(B) 54.04º 0.77% 0.72% -
XYZ 34.58 39.11 8.01 -
YUV 159.71 62.14 145.33 -
System Red Green Blue C M Y K H S L
Decimal 184 170 43 0 0.08 0.77 0.28 54.04 0.62 0.45
Hex B8 AA 2B 0 8 4D 1C 36 3E 2D
Octal 270 252 53 0 10 115 34 66 76 55
Binary 10111000 10101010 101011 0 1000 1001101 11100 110110 111110 101101

Color Harmonies of #B8AA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AA2B

Black with #B8AA2B

Text Example


Text Example

White with #B8AA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AA2B; }

 p { color: rgb(184,170,43); }

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

background-color css

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

 a { background-color: rgb(184,170,43); }

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

border-color css

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

 span { border-color: rgb(184,170,43); }

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