Html Css Color HEX #B4A11D Earls Green

📋 copy color: '#B4A11D'

red 180 ◦ green 161 ◦ blue 29

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

Shades of Earls Green #B4A11D

Tints of Earls Green #B4A11D

RGB

 RED value IS 180 (70.7% from 255) = 48.65%

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

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

R = 48.65%
G = 43.51%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4A11D (or 0xB4A11D) is known color: Earls Green. HEX triplet: B4, A1 and 1D. RGB value is (180,161,29). Sum of RGB (Red+Green+Blue) = 180+161+29=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A11D is #4B5EE2. Grayscale: #989898. Windows color (decimal): -4939491 or 1941940. OLE color: 1941940.

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

Color convert

RGB 180 161 29 -
CMYK 0 0.11 0.84 0.29
HSL 52.45º 0.72% 0.41% -
HSV(B) 52.45º 0.84% 0.71% -
XYZ 31.79 35.28 6.3 -
YUV 151.63 58.79 148.23 -
System Red Green Blue C M Y K H S L
Decimal 180 161 29 0 0.11 0.84 0.29 52.45 0.72 0.41
Hex B4 A1 1D 0 B 54 1D 34 48 29
Octal 264 241 35 0 13 124 35 64 110 51
Binary 10110100 10100001 11101 0 1011 1010100 11101 110100 1001000 101001

Color Harmonies of #B4A11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A11D

Black with #B4A11D

Text Example


Text Example

White with #B4A11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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