Html Css Color HEX #B2A82C Earls Green

📋 copy color: '#B2A82C'

red 178 ◦ green 168 ◦ blue 44

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

Shades of Earls Green #B2A82C

Tints of Earls Green #B2A82C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.08%

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

R = 45.64%
G = 43.08%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2A82C (or 0xB2A82C) is known color: Earls Green. HEX triplet: B2, A8 and 2C. RGB value is (178,168,44). Sum of RGB (Red+Green+Blue) = 178+168+44=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A82C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A82C is #4D57D3. Grayscale: #9D9D9D. Windows color (decimal): -5068756 or 2926770. OLE color: 2926770.

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

Color convert

RGB 178 168 44 -
CMYK 0 0.06 0.75 0.30
HSL 55.52º 0.6% 0.44% -
HSV(B) 55.52º 0.75% 0.7% -
XYZ 32.82 37.65 7.92 -
YUV 156.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 178 168 44 0 0.06 0.75 0.30 55.52 0.6 0.44
Hex B2 A8 2C 0 6 4B 1E 38 3C 2C
Octal 262 250 54 0 6 113 36 70 74 54
Binary 10110010 10101000 101100 0 110 1001011 11110 111000 111100 101100

Color Harmonies of #B2A82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A82C

Black with #B2A82C

Text Example


Text Example

White with #B2A82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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