Html Css Color HEX #B1AA2D Earls Green

📋 copy color: '#B1AA2D'

red 177 ◦ green 170 ◦ blue 45

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

Shades of Earls Green #B1AA2D

Tints of Earls Green #B1AA2D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.37%

 BLUE value IS 45 (17.97% from 255) = 11.48%

R = 45.15%
G = 43.37%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1AA2D (or 0xB1AA2D) is known color: Earls Green. HEX triplet: B1, AA and 2D. RGB value is (177,170,45). Sum of RGB (Red+Green+Blue) = 177+170+45=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA2D is #4E55D2. Grayscale: #9E9E9E. Windows color (decimal): -5133779 or 2992817. OLE color: 2992817.

HSL color Cylindrical-coordinate representation of color #B1AA2D: hue angle of 56.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1AA2D is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 170 45 -
CMYK 0 0.04 0.75 0.31
HSL 56.82º 0.59% 0.44% -
HSV(B) 56.82º 0.75% 0.69% -
XYZ 32.98 38.29 8.13 -
YUV 157.84 64.32 141.66 -
System Red Green Blue C M Y K H S L
Decimal 177 170 45 0 0.04 0.75 0.31 56.82 0.59 0.44
Hex B1 AA 2D 0 4 4B 1F 39 3B 2C
Octal 261 252 55 0 4 113 37 71 73 54
Binary 10110001 10101010 101101 0 100 1001011 11111 111001 111011 101100

Color Harmonies of #B1AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AA2D

Black with #B1AA2D

Text Example


Text Example

White with #B1AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AA2D; }

 p { color: rgb(177,170,45); }

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

background-color css

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

 a { background-color: rgb(177,170,45); }

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

border-color css

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

 span { border-color: rgb(177,170,45); }

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