Html Css Color HEX #B3AC1D Earls Green

📋 copy color: '#B3AC1D'

red 179 ◦ green 172 ◦ blue 29

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

Shades of Earls Green #B3AC1D

Tints of Earls Green #B3AC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.63%

R = 47.11%
G = 45.26%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3AC1D (or 0xB3AC1D) is known color: Earls Green. HEX triplet: B3, AC and 1D. RGB value is (179,172,29). Sum of RGB (Red+Green+Blue) = 179+172+29=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AC1D is #4C53E2. Grayscale: #9E9E9E. Windows color (decimal): -5002211 or 1944755. OLE color: 1944755.

HSL color Cylindrical-coordinate representation of color #B3AC1D: hue angle of 57.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3AC1D is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 172 29 -
CMYK 0 0.04 0.84 0.30
HSL 57.2º 0.72% 0.41% -
HSV(B) 57.2º 0.84% 0.7% -
XYZ 33.56 39.18 6.96 -
YUV 157.79 55.32 143.13 -
System Red Green Blue C M Y K H S L
Decimal 179 172 29 0 0.04 0.84 0.30 57.2 0.72 0.41
Hex B3 AC 1D 0 4 54 1E 39 48 29
Octal 263 254 35 0 4 124 36 71 110 51
Binary 10110011 10101100 11101 0 100 1010100 11110 111001 1001000 101001

Color Harmonies of #B3AC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AC1D

Black with #B3AC1D

Text Example


Text Example

White with #B3AC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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