Html Css Color HEX #B3A024 Earls Green

📋 copy color: '#B3A024'

red 179 ◦ green 160 ◦ blue 36

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

Shades of Earls Green #B3A024

Tints of Earls Green #B3A024

RGB

 RED value IS 179 (70.31% from 255) = 47.73%

 GREEN value IS 160 (62.89% from 255) = 42.67%

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

R = 47.73%
G = 42.67%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B3A024 (or 0xB3A024) is known color: Earls Green. HEX triplet: B3, A0 and 24. RGB value is (179,160,36). Sum of RGB (Red+Green+Blue) = 179+160+36=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A024 is #4C5FDB. Grayscale: #989898. Windows color (decimal): -5005276 or 2400435. OLE color: 2400435.

HSL color Cylindrical-coordinate representation of color #B3A024: hue angle of 52.03º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3A024 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 160 36 -
CMYK 0 0.11 0.80 0.30
HSL 52.03º 0.67% 0.42% -
HSV(B) 52.03º 0.8% 0.7% -
XYZ 31.48 34.85 6.74 -
YUV 151.55 62.79 147.58 -
System Red Green Blue C M Y K H S L
Decimal 179 160 36 0 0.11 0.80 0.30 52.03 0.67 0.42
Hex B3 A0 24 0 B 50 1E 34 43 2A
Octal 263 240 44 0 13 120 36 64 103 52
Binary 10110011 10100000 100100 0 1011 1010000 11110 110100 1000011 101010

Color Harmonies of #B3A024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A024

Black with #B3A024

Text Example


Text Example

White with #B3A024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A024; }

 p { color: rgb(179,160,36); }

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

background-color css

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

 a { background-color: rgb(179,160,36); }

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

border-color css

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

 span { border-color: rgb(179,160,36); }

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