Html Css Color HEX #B4A41E Earls Green

📋 copy color: '#B4A41E'

red 180 ◦ green 164 ◦ blue 30

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

Shades of Earls Green #B4A41E

Tints of Earls Green #B4A41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.02%

R = 48.13%
G = 43.85%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4A41E (or 0xB4A41E) is known color: Earls Green. HEX triplet: B4, A4 and 1E. RGB value is (180,164,30). Sum of RGB (Red+Green+Blue) = 180+164+30=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A41E is #4B5BE1. Grayscale: #9A9A9A. Windows color (decimal): -4938722 or 2008244. OLE color: 2008244.

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

Color convert

RGB 180 164 30 -
CMYK 0 0.09 0.83 0.29
HSL 53.6º 0.71% 0.41% -
HSV(B) 53.6º 0.83% 0.71% -
XYZ 32.33 36.35 6.54 -
YUV 153.51 58.3 146.9 -
System Red Green Blue C M Y K H S L
Decimal 180 164 30 0 0.09 0.83 0.29 53.6 0.71 0.41
Hex B4 A4 1E 0 9 53 1D 36 47 29
Octal 264 244 36 0 11 123 35 66 107 51
Binary 10110100 10100100 11110 0 1001 1010011 11101 110110 1000111 101001

Color Harmonies of #B4A41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A41E

Black with #B4A41E

Text Example


Text Example

White with #B4A41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A41E; }

 p { color: rgb(180,164,30); }

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

background-color css

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

 a { background-color: rgb(180,164,30); }

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

border-color css

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

 span { border-color: rgb(180,164,30); }

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