Html Css Color HEX #B4A41C Earls Green

📋 copy color: '#B4A41C'

red 180 ◦ green 164 ◦ blue 28

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

Shades of Earls Green #B4A41C

Tints of Earls Green #B4A41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.53%

R = 48.39%
G = 44.09%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4A41C (or 0xB4A41C) is known color: Earls Green. HEX triplet: B4, A4 and 1C. RGB value is (180,164,28). Sum of RGB (Red+Green+Blue) = 180+164+28=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A41C is #4B5BE3. Grayscale: #999999. Windows color (decimal): -4938724 or 1877172. OLE color: 1877172.

HSL color Cylindrical-coordinate representation of color #B4A41C: hue angle of 53.68º degrees, saturation: 0.73, 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 #B4A41C is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 164 28 -
CMYK 0 0.09 0.84 0.29
HSL 53.68º 0.73% 0.41% -
HSV(B) 53.68º 0.84% 0.71% -
XYZ 32.31 36.34 6.41 -
YUV 153.28 57.3 147.06 -
System Red Green Blue C M Y K H S L
Decimal 180 164 28 0 0.09 0.84 0.29 53.68 0.73 0.41
Hex B4 A4 1C 0 9 54 1D 36 49 29
Octal 264 244 34 0 11 124 35 66 111 51
Binary 10110100 10100100 11100 0 1001 1010100 11101 110110 1001001 101001

Color Harmonies of #B4A41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A41C

Black with #B4A41C

Text Example


Text Example

White with #B4A41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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