Html Css Color HEX #B2A32E Earls Green

📋 copy color: '#B2A32E'

red 178 ◦ green 163 ◦ blue 46

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

Shades of Earls Green #B2A32E

Tints of Earls Green #B2A32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.89%

R = 45.99%
G = 42.12%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2A32E (or 0xB2A32E) is known color: Earls Green. HEX triplet: B2, A3 and 2E. RGB value is (178,163,46). Sum of RGB (Red+Green+Blue) = 178+163+46=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A32E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A32E is #4D5CD1. Grayscale: #9A9A9A. Windows color (decimal): -5070034 or 3056562. OLE color: 3056562.

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

Color convert

RGB 178 163 46 -
CMYK 0 0.08 0.74 0.30
HSL 53.18º 0.59% 0.44% -
HSV(B) 53.18º 0.74% 0.7% -
XYZ 31.95 35.86 7.82 -
YUV 154.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 178 163 46 0 0.08 0.74 0.30 53.18 0.59 0.44
Hex B2 A3 2E 0 8 4A 1E 35 3B 2C
Octal 262 243 56 0 10 112 36 65 73 54
Binary 10110010 10100011 101110 0 1000 1001010 11110 110101 111011 101100

Color Harmonies of #B2A32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A32E

Black with #B2A32E

Text Example


Text Example

White with #B2A32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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