Html Css Color HEX #B1AE20 Earls Green

📋 copy color: '#B1AE20'

red 177 ◦ green 174 ◦ blue 32

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

Shades of Earls Green #B1AE20

Tints of Earls Green #B1AE20

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.43%

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

R = 46.21%
G = 45.43%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B1AE20 (or 0xB1AE20) is known color: Earls Green. HEX triplet: B1, AE and 20. RGB value is (177,174,32). Sum of RGB (Red+Green+Blue) = 177+174+32=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AE20 is #4E51DF. Grayscale: #9F9F9F. Windows color (decimal): -5132768 or 2141873. OLE color: 2141873.

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

Color convert

RGB 177 174 32 -
CMYK 0 0.02 0.82 0.31
HSL 58.76º 0.69% 0.41% -
HSV(B) 58.76º 0.82% 0.69% -
XYZ 33.53 39.72 7.27 -
YUV 158.71 56.49 141.05 -
System Red Green Blue C M Y K H S L
Decimal 177 174 32 0 0.02 0.82 0.31 58.76 0.69 0.41
Hex B1 AE 20 0 2 52 1F 3B 45 29
Octal 261 256 40 0 2 122 37 73 105 51
Binary 10110001 10101110 100000 0 10 1010010 11111 111011 1000101 101001

Color Harmonies of #B1AE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AE20

Black with #B1AE20

Text Example


Text Example

White with #B1AE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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