Html Css Color HEX #B3AC2C Earls Green

📋 copy color: '#B3AC2C'

red 179 ◦ green 172 ◦ blue 44

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

Shades of Earls Green #B3AC2C

Tints of Earls Green #B3AC2C

RGB

 RED value IS 179 (70.31% from 255) = 45.32%

 GREEN value IS 172 (67.58% from 255) = 43.54%

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

R = 45.32%
G = 43.54%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3AC2C (or 0xB3AC2C) is known color: Earls Green. HEX triplet: B3, AC and 2C. RGB value is (179,172,44). Sum of RGB (Red+Green+Blue) = 179+172+44=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AC2C is #4C53D3. Grayscale: #A0A0A0. Windows color (decimal): -5002196 or 2927795. OLE color: 2927795.

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

Color convert

RGB 179 172 44 -
CMYK 0 0.04 0.75 0.30
HSL 56.89º 0.61% 0.44% -
HSV(B) 56.89º 0.75% 0.7% -
XYZ 33.8 39.27 8.18 -
YUV 159.5 62.82 141.91 -
System Red Green Blue C M Y K H S L
Decimal 179 172 44 0 0.04 0.75 0.30 56.89 0.61 0.44
Hex B3 AC 2C 0 4 4B 1E 39 3D 2C
Octal 263 254 54 0 4 113 36 71 75 54
Binary 10110011 10101100 101100 0 100 1001011 11110 111001 111101 101100

Color Harmonies of #B3AC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AC2C

Black with #B3AC2C

Text Example


Text Example

White with #B3AC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AC2C; }

 p { color: rgb(179,172,44); }

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

background-color css

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

 a { background-color: rgb(179,172,44); }

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

border-color css

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

 span { border-color: rgb(179,172,44); }

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