Html Css Color HEX #B2A122 Earls Green

📋 copy color: '#B2A122'

red 178 ◦ green 161 ◦ blue 34

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

Shades of Earls Green #B2A122

Tints of Earls Green #B2A122

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.16%

 BLUE value IS 34 (13.67% from 255) = 9.12%

R = 47.72%
G = 43.16%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B2A122 (or 0xB2A122) is known color: Earls Green. HEX triplet: B2, A1 and 22. RGB value is (178,161,34). Sum of RGB (Red+Green+Blue) = 178+161+34=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A122 is #4D5EDD. Grayscale: #989898. Windows color (decimal): -5070558 or 2269618. OLE color: 2269618.

HSL color Cylindrical-coordinate representation of color #B2A122: hue angle of 52.92º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2A122 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 161 34 -
CMYK 0 0.10 0.81 0.30
HSL 52.92º 0.68% 0.42% -
HSV(B) 52.92º 0.81% 0.7% -
XYZ 31.39 35.07 6.63 -
YUV 151.61 61.63 146.83 -
System Red Green Blue C M Y K H S L
Decimal 178 161 34 0 0.10 0.81 0.30 52.92 0.68 0.42
Hex B2 A1 22 0 A 51 1E 35 44 2A
Octal 262 241 42 0 12 121 36 65 104 52
Binary 10110010 10100001 100010 0 1010 1010001 11110 110101 1000100 101010

Color Harmonies of #B2A122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A122

Black with #B2A122

Text Example


Text Example

White with #B2A122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A122; }

 p { color: rgb(178,161,34); }

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

background-color css

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

 a { background-color: rgb(178,161,34); }

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

border-color css

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

 span { border-color: rgb(178,161,34); }

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