Html Css Color HEX #B3A41D Earls Green

📋 copy color: '#B3A41D'

red 179 ◦ green 164 ◦ blue 29

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

Shades of Earls Green #B3A41D

Tints of Earls Green #B3A41D

RGB

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

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

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

R = 48.12%
G = 44.09%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3A41D (or 0xB3A41D) is known color: Earls Green. HEX triplet: B3, A4 and 1D. RGB value is (179,164,29). Sum of RGB (Red+Green+Blue) = 179+164+29=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A41D is #4C5BE2. Grayscale: #999999. Windows color (decimal): -5004259 or 1942707. OLE color: 1942707.

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

Color convert

RGB 179 164 29 -
CMYK 0 0.08 0.84 0.30
HSL 54º 0.72% 0.41% -
HSV(B) 54º 0.84% 0.7% -
XYZ 32.09 36.22 6.46 -
YUV 153.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 179 164 29 0 0.08 0.84 0.30 54 0.72 0.41
Hex B3 A4 1D 0 8 54 1E 36 48 29
Octal 263 244 35 0 10 124 36 66 110 51
Binary 10110011 10100100 11101 0 1000 1010100 11110 110110 1001000 101001

Color Harmonies of #B3A41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A41D

Black with #B3A41D

Text Example


Text Example

White with #B3A41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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