Html Css Color HEX #B4A624 Earls Green

📋 copy color: '#B4A624'

red 180 ◦ green 166 ◦ blue 36

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

Shades of Earls Green #B4A624

Tints of Earls Green #B4A624

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.46%

 BLUE value IS 36 (14.45% from 255) = 9.42%

R = 47.12%
G = 43.46%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B4A624 (or 0xB4A624) is known color: Earls Green. HEX triplet: B4, A6 and 24. RGB value is (180,166,36). Sum of RGB (Red+Green+Blue) = 180+166+36=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A624 is #4B59DB. Grayscale: #9B9B9B. Windows color (decimal): -4938204 or 2401972. OLE color: 2401972.

HSL color Cylindrical-coordinate representation of color #B4A624: hue angle of 54.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4A624 is Cyan = 0, Magento = 0.08, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 166 36 -
CMYK 0 0.08 0.8 0.29
HSL 54.17º 0.67% 0.42% -
HSV(B) 54.17º 0.8% 0.71% -
XYZ 32.78 37.1 7.1 -
YUV 155.37 60.64 145.57 -
System Red Green Blue C M Y K H S L
Decimal 180 166 36 0 0.08 0.8 0.29 54.17 0.67 0.42
Hex B4 A6 24 0 8 50 1D 36 43 2A
Octal 264 246 44 0 10 120 35 66 103 52
Binary 10110100 10100110 100100 0 1000 1010000 11101 110110 1000011 101010

Color Harmonies of #B4A624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A624

Black with #B4A624

Text Example


Text Example

White with #B4A624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A624; }

 p { color: rgb(180,166,36); }

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

background-color css

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

 a { background-color: rgb(180,166,36); }

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

border-color css

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

 span { border-color: rgb(180,166,36); }

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