Html Css Color HEX #B2AA2D Earls Green

📋 copy color: '#B2AA2D'

red 178 ◦ green 170 ◦ blue 45

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

Shades of Earls Green #B2AA2D

Tints of Earls Green #B2AA2D

RGB

 RED value IS 178 (69.92% from 255) = 45.29%

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

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

R = 45.29%
G = 43.26%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2AA2D (or 0xB2AA2D) is known color: Earls Green. HEX triplet: B2, AA and 2D. RGB value is (178,170,45). Sum of RGB (Red+Green+Blue) = 178+170+45=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AA2D is #4D55D2. Grayscale: #9E9E9E. Windows color (decimal): -5068243 or 2992818. OLE color: 2992818.

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

Color convert

RGB 178 170 45 -
CMYK 0 0.04 0.75 0.30
HSL 56.39º 0.6% 0.44% -
HSV(B) 56.39º 0.75% 0.7% -
XYZ 33.21 38.4 8.15 -
YUV 158.14 64.15 142.16 -
System Red Green Blue C M Y K H S L
Decimal 178 170 45 0 0.04 0.75 0.30 56.39 0.6 0.44
Hex B2 AA 2D 0 4 4B 1E 38 3C 2C
Octal 262 252 55 0 4 113 36 70 74 54
Binary 10110010 10101010 101101 0 100 1001011 11110 111000 111100 101100

Color Harmonies of #B2AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA2D

Black with #B2AA2D

Text Example


Text Example

White with #B2AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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