Html Css Color HEX #B2A42C Earls Green

📋 copy color: '#B2A42C'

red 178 ◦ green 164 ◦ blue 44

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

Shades of Earls Green #B2A42C

Tints of Earls Green #B2A42C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.49%

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

R = 46.11%
G = 42.49%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2A42C (or 0xB2A42C) is known color: Earls Green. HEX triplet: B2, A4 and 2C. RGB value is (178,164,44). Sum of RGB (Red+Green+Blue) = 178+164+44=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A42C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A42C is #4D5BD3. Grayscale: #9B9B9B. Windows color (decimal): -5069780 or 2925746. OLE color: 2925746.

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

Color convert

RGB 178 164 44 -
CMYK 0 0.08 0.75 0.30
HSL 53.73º 0.6% 0.44% -
HSV(B) 53.73º 0.75% 0.7% -
XYZ 32.09 36.2 7.68 -
YUV 154.51 65.64 144.76 -
System Red Green Blue C M Y K H S L
Decimal 178 164 44 0 0.08 0.75 0.30 53.73 0.6 0.44
Hex B2 A4 2C 0 8 4B 1E 36 3C 2C
Octal 262 244 54 0 10 113 36 66 74 54
Binary 10110010 10100100 101100 0 1000 1001011 11110 110110 111100 101100

Color Harmonies of #B2A42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A42C

Black with #B2A42C

Text Example


Text Example

White with #B2A42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A42C; }

 p { color: rgb(178,164,44); }

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

background-color css

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

 a { background-color: rgb(178,164,44); }

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

border-color css

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

 span { border-color: rgb(178,164,44); }

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