Html Css Color HEX #B2A520 Earls Green

📋 copy color: '#B2A520'

red 178 ◦ green 165 ◦ blue 32

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

Shades of Earls Green #B2A520

Tints of Earls Green #B2A520

RGB

 RED value IS 178 (69.92% from 255) = 47.47%

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

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

R = 47.47%
G = 44%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B2A520 (or 0xB2A520) is known color: Earls Green. HEX triplet: B2, A5 and 20. RGB value is (178,165,32). Sum of RGB (Red+Green+Blue) = 178+165+32=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A520 is #4D5ADF. Grayscale: #9A9A9A. Windows color (decimal): -5069536 or 2139570. OLE color: 2139570.

HSL color Cylindrical-coordinate representation of color #B2A520: hue angle of 54.66º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2A520 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 165 32 -
CMYK 0 0.07 0.82 0.30
HSL 54.66º 0.7% 0.41% -
HSV(B) 54.66º 0.82% 0.7% -
XYZ 32.08 36.48 6.72 -
YUV 153.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 178 165 32 0 0.07 0.82 0.30 54.66 0.7 0.41
Hex B2 A5 20 0 7 52 1E 37 46 29
Octal 262 245 40 0 7 122 36 67 106 51
Binary 10110010 10100101 100000 0 111 1010010 11110 110111 1000110 101001

Color Harmonies of #B2A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A520

Black with #B2A520

Text Example


Text Example

White with #B2A520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A520; }

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

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

background-color css

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

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

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

border-color css

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

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

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