Html Css Color HEX #B4A11A Earls Green

📋 copy color: '#B4A11A'

red 180 ◦ green 161 ◦ blue 26

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

Shades of Earls Green #B4A11A

Tints of Earls Green #B4A11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.08%

R = 49.05%
G = 43.87%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4A11A (or 0xB4A11A) is known color: Earls Green. HEX triplet: B4, A1 and 1A. RGB value is (180,161,26). Sum of RGB (Red+Green+Blue) = 180+161+26=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A11A is #4B5EE5. Grayscale: #979797. Windows color (decimal): -4939494 or 1745332. OLE color: 1745332.

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

Color convert

RGB 180 161 26 -
CMYK 0 0.11 0.86 0.29
HSL 52.6º 0.75% 0.4% -
HSV(B) 52.6º 0.86% 0.71% -
XYZ 31.75 35.27 6.11 -
YUV 151.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 180 161 26 0 0.11 0.86 0.29 52.6 0.75 0.4
Hex B4 A1 1A 0 B 56 1D 35 4B 28
Octal 264 241 32 0 13 126 35 65 113 50
Binary 10110100 10100001 11010 0 1011 1010110 11101 110101 1001011 101000

Color Harmonies of #B4A11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A11A

Black with #B4A11A

Text Example


Text Example

White with #B4A11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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