Html Css Color HEX #B2A11D Earls Green

📋 copy color: '#B2A11D'

red 178 ◦ green 161 ◦ blue 29

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

Shades of Earls Green #B2A11D

Tints of Earls Green #B2A11D

RGB

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

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

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

R = 48.37%
G = 43.75%
B = 7.88%

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

#B2A11D (or 0xB2A11D) is known color: Earls Green. HEX triplet: B2, A1 and 1D. RGB value is (178,161,29). Sum of RGB (Red+Green+Blue) = 178+161+29=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A11D is #4D5EE2. Grayscale: #979797. Windows color (decimal): -5070563 or 1941938. OLE color: 1941938.

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

Color convert

RGB 178 161 29 -
CMYK 0 0.10 0.84 0.30
HSL 53.15º 0.72% 0.41% -
HSV(B) 53.15º 0.84% 0.7% -
XYZ 31.33 35.04 6.28 -
YUV 151.04 59.13 147.23 -
System Red Green Blue C M Y K H S L
Decimal 178 161 29 0 0.10 0.84 0.30 53.15 0.72 0.41
Hex B2 A1 1D 0 A 54 1E 35 48 29
Octal 262 241 35 0 12 124 36 65 110 51
Binary 10110010 10100001 11101 0 1010 1010100 11110 110101 1001000 101001

Color Harmonies of #B2A11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A11D

Black with #B2A11D

Text Example


Text Example

White with #B2A11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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