Html Css Color HEX #B2A62C Earls Green

📋 copy color: '#B2A62C'

red 178 ◦ green 166 ◦ blue 44

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

Shades of Earls Green #B2A62C

Tints of Earls Green #B2A62C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.78%

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

R = 45.88%
G = 42.78%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2A62C (or 0xB2A62C) is known color: Earls Green. HEX triplet: B2, A6 and 2C. RGB value is (178,166,44). Sum of RGB (Red+Green+Blue) = 178+166+44=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A62C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A62C is #4D59D3. Grayscale: #9C9C9C. Windows color (decimal): -5069268 or 2926258. OLE color: 2926258.

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

Color convert

RGB 178 166 44 -
CMYK 0 0.07 0.75 0.30
HSL 54.63º 0.6% 0.44% -
HSV(B) 54.63º 0.75% 0.7% -
XYZ 32.45 36.92 7.8 -
YUV 155.68 64.98 143.92 -
System Red Green Blue C M Y K H S L
Decimal 178 166 44 0 0.07 0.75 0.30 54.63 0.6 0.44
Hex B2 A6 2C 0 7 4B 1E 37 3C 2C
Octal 262 246 54 0 7 113 36 67 74 54
Binary 10110010 10100110 101100 0 111 1001011 11110 110111 111100 101100

Color Harmonies of #B2A62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A62C

Black with #B2A62C

Text Example


Text Example

White with #B2A62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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