Html Css Color HEX #B4AA2C Earls Green

📋 copy color: '#B4AA2C'

red 180 ◦ green 170 ◦ blue 44

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

Shades of Earls Green #B4AA2C

Tints of Earls Green #B4AA2C

RGB

 RED value IS 180 (70.7% from 255) = 45.69%

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

 BLUE value IS 44 (17.58% from 255) = 11.17%

R = 45.69%
G = 43.15%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4AA2C (or 0xB4AA2C) is known color: Earls Green. HEX triplet: B4, AA and 2C. RGB value is (180,170,44). Sum of RGB (Red+Green+Blue) = 180+170+44=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AA2C is #4B55D3. Grayscale: #9F9F9F. Windows color (decimal): -4937172 or 2927284. OLE color: 2927284.

HSL color Cylindrical-coordinate representation of color #B4AA2C: hue angle of 55.59º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4AA2C is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 170 44 -
CMYK 0 0.06 0.76 0.29
HSL 55.59º 0.61% 0.44% -
HSV(B) 55.59º 0.76% 0.71% -
XYZ 33.65 38.63 8.07 -
YUV 158.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 180 170 44 0 0.06 0.76 0.29 55.59 0.61 0.44
Hex B4 AA 2C 0 6 4C 1D 38 3D 2C
Octal 264 252 54 0 6 114 35 70 75 54
Binary 10110100 10101010 101100 0 110 1001100 11101 111000 111101 101100

Color Harmonies of #B4AA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AA2C

Black with #B4AA2C

Text Example


Text Example

White with #B4AA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AA2C; }

 p { color: rgb(180,170,44); }

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

background-color css

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

 a { background-color: rgb(180,170,44); }

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

border-color css

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

 span { border-color: rgb(180,170,44); }

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