Html Css Color HEX #B8AB20 Earls Green

📋 copy color: '#B8AB20'

red 184 ◦ green 171 ◦ blue 32

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

Shades of Earls Green #B8AB20

Tints of Earls Green #B8AB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

 BLUE value IS 32 (12.89% from 255) = 8.27%

R = 47.55%
G = 44.19%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8AB20 (or 0xB8AB20) is known color: Earls Green. HEX triplet: B8, AB and 20. RGB value is (184,171,32). Sum of RGB (Red+Green+Blue) = 184+171+32=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB20 is #4754DF. Grayscale: #9F9F9F. Windows color (decimal): -4674784 or 2141112. OLE color: 2141112.

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

Color convert

RGB 184 171 32 -
CMYK 0 0.07 0.83 0.28
HSL 54.87º 0.7% 0.42% -
HSV(B) 54.87º 0.83% 0.72% -
XYZ 34.59 39.42 7.15 -
YUV 159.04 56.31 145.8 -
System Red Green Blue C M Y K H S L
Decimal 184 171 32 0 0.07 0.83 0.28 54.87 0.7 0.42
Hex B8 AB 20 0 7 53 1C 37 46 2A
Octal 270 253 40 0 7 123 34 67 106 52
Binary 10111000 10101011 100000 0 111 1010011 11100 110111 1000110 101010

Color Harmonies of #B8AB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB20

Black with #B8AB20

Text Example


Text Example

White with #B8AB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB20; }

 p { color: rgb(184,171,32); }

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

background-color css

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

 a { background-color: rgb(184,171,32); }

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

border-color css

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

 span { border-color: rgb(184,171,32); }

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