Html Css Color HEX #B8A520 Earls Green

📋 copy color: '#B8A520'

red 184 ◦ green 165 ◦ blue 32

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

Shades of Earls Green #B8A520

Tints of Earls Green #B8A520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.31%

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

R = 48.29%
G = 43.31%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8A520 (or 0xB8A520) is known color: Earls Green. HEX triplet: B8, A5 and 20. RGB value is (184,165,32). Sum of RGB (Red+Green+Blue) = 184+165+32=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A520 is #475ADF. Grayscale: #9C9C9C. Windows color (decimal): -4676320 or 2139576. OLE color: 2139576.

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

Color convert

RGB 184 165 32 -
CMYK 0 0.10 0.83 0.28
HSL 52.5º 0.7% 0.42% -
HSV(B) 52.5º 0.83% 0.72% -
XYZ 33.48 37.2 6.78 -
YUV 155.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 184 165 32 0 0.10 0.83 0.28 52.5 0.7 0.42
Hex B8 A5 20 0 A 53 1C 34 46 2A
Octal 270 245 40 0 12 123 34 64 106 52
Binary 10111000 10100101 100000 0 1010 1010011 11100 110100 1000110 101010

Color Harmonies of #B8A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A520

Black with #B8A520

Text Example


Text Example

White with #B8A520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A520; }

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

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

background-color css

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

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

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

border-color css

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

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

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