Html Css Color HEX #B2A322 Earls Green

📋 copy color: '#B2A322'

red 178 ◦ green 163 ◦ blue 34

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

Shades of Earls Green #B2A322

Tints of Earls Green #B2A322

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.47%

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

R = 47.47%
G = 43.47%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B2A322 (or 0xB2A322) is known color: Earls Green. HEX triplet: B2, A3 and 22. RGB value is (178,163,34). Sum of RGB (Red+Green+Blue) = 178+163+34=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A322 is #4D5CDD. Grayscale: #999999. Windows color (decimal): -5070046 or 2270130. OLE color: 2270130.

HSL color Cylindrical-coordinate representation of color #B2A322: hue angle of 53.75º 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 #B2A322 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 163 34 -
CMYK 0 0.08 0.81 0.30
HSL 53.75º 0.68% 0.42% -
HSV(B) 53.75º 0.81% 0.7% -
XYZ 31.75 35.77 6.75 -
YUV 152.78 60.97 145.99 -
System Red Green Blue C M Y K H S L
Decimal 178 163 34 0 0.08 0.81 0.30 53.75 0.68 0.42
Hex B2 A3 22 0 8 51 1E 36 44 2A
Octal 262 243 42 0 10 121 36 66 104 52
Binary 10110010 10100011 100010 0 1000 1010001 11110 110110 1000100 101010

Color Harmonies of #B2A322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A322

Black with #B2A322

Text Example


Text Example

White with #B2A322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A322; }

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

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

background-color css

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

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

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

border-color css

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

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

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