Html Css Color HEX #B3A11D Earls Green

📋 copy color: '#B3A11D'

red 179 ◦ green 161 ◦ blue 29

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

Shades of Earls Green #B3A11D

Tints of Earls Green #B3A11D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.63%

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

R = 48.51%
G = 43.63%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3A11D (or 0xB3A11D) is known color: Earls Green. HEX triplet: B3, A1 and 1D. RGB value is (179,161,29). Sum of RGB (Red+Green+Blue) = 179+161+29=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A11D is #4C5EE2. Grayscale: #979797. Windows color (decimal): -5005027 or 1941939. OLE color: 1941939.

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

Color convert

RGB 179 161 29 -
CMYK 0 0.10 0.84 0.30
HSL 52.8º 0.72% 0.41% -
HSV(B) 52.8º 0.84% 0.7% -
XYZ 31.56 35.16 6.29 -
YUV 151.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 179 161 29 0 0.10 0.84 0.30 52.8 0.72 0.41
Hex B3 A1 1D 0 A 54 1E 35 48 29
Octal 263 241 35 0 12 124 36 65 110 51
Binary 10110011 10100001 11101 0 1010 1010100 11110 110101 1001000 101001

Color Harmonies of #B3A11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A11D

Black with #B3A11D

Text Example


Text Example

White with #B3A11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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