Html Css Color HEX #B1A420 Earls Green

📋 copy color: '#B1A420'

red 177 ◦ green 164 ◦ blue 32

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

Shades of Earls Green #B1A420

Tints of Earls Green #B1A420

RGB

 RED value IS 177 (69.53% from 255) = 47.45%

 GREEN value IS 164 (64.45% from 255) = 43.97%

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

R = 47.45%
G = 43.97%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B1A420 (or 0xB1A420) is known color: Earls Green. HEX triplet: B1, A4 and 20. RGB value is (177,164,32). Sum of RGB (Red+Green+Blue) = 177+164+32=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A420 is #4E5BDF. Grayscale: #999999. Windows color (decimal): -5135328 or 2139313. OLE color: 2139313.

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

Color convert

RGB 177 164 32 -
CMYK 0 0.07 0.82 0.31
HSL 54.62º 0.69% 0.41% -
HSV(B) 54.62º 0.82% 0.69% -
XYZ 31.67 36 6.65 -
YUV 152.84 59.81 145.23 -
System Red Green Blue C M Y K H S L
Decimal 177 164 32 0 0.07 0.82 0.31 54.62 0.69 0.41
Hex B1 A4 20 0 7 52 1F 37 45 29
Octal 261 244 40 0 7 122 37 67 105 51
Binary 10110001 10100100 100000 0 111 1010010 11111 110111 1000101 101001

Color Harmonies of #B1A420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A420

Black with #B1A420

Text Example


Text Example

White with #B1A420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A420; }

 p { color: rgb(177,164,32); }

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

background-color css

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

 a { background-color: rgb(177,164,32); }

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

border-color css

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

 span { border-color: rgb(177,164,32); }

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