Html Css Color HEX #B1A620 Earls Green

📋 copy color: '#B1A620'

red 177 ◦ green 166 ◦ blue 32

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

Shades of Earls Green #B1A620

Tints of Earls Green #B1A620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.27%

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

R = 47.2%
G = 44.27%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B1A620 (or 0xB1A620) is known color: Earls Green. HEX triplet: B1, A6 and 20. RGB value is (177,166,32). Sum of RGB (Red+Green+Blue) = 177+166+32=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A620 is #4E59DF. Grayscale: #9A9A9A. Windows color (decimal): -5134816 or 2139825. OLE color: 2139825.

HSL color Cylindrical-coordinate representation of color #B1A620: hue angle of 55.45º 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 #B1A620 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 166 32 -
CMYK 0 0.06 0.82 0.31
HSL 55.45º 0.69% 0.41% -
HSV(B) 55.45º 0.82% 0.69% -
XYZ 32.03 36.72 6.77 -
YUV 154.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 177 166 32 0 0.06 0.82 0.31 55.45 0.69 0.41
Hex B1 A6 20 0 6 52 1F 37 45 29
Octal 261 246 40 0 6 122 37 67 105 51
Binary 10110001 10100110 100000 0 110 1010010 11111 110111 1000101 101001

Color Harmonies of #B1A620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A620

Black with #B1A620

Text Example


Text Example

White with #B1A620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A620; }

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

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

background-color css

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

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

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

border-color css

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

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

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