Html Css Color HEX #B4A813 Earls Green

📋 copy color: '#B4A813'

red 180 ◦ green 168 ◦ blue 19

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

Shades of Earls Green #B4A813

Tints of Earls Green #B4A813

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.78%

 BLUE value IS 19 (7.81% from 255) = 5.18%

R = 49.05%
G = 45.78%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B4A813 (or 0xB4A813) is known color: Earls Green. HEX triplet: B4, A8 and 13. RGB value is (180,168,19). Sum of RGB (Red+Green+Blue) = 180+168+19=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A813 is #4B57EC. Grayscale: #9B9B9B. Windows color (decimal): -4937709 or 1288372. OLE color: 1288372.

HSL color Cylindrical-coordinate representation of color #B4A813: hue angle of 55.53º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4A813 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 168 19 -
CMYK 0 0.07 0.89 0.29
HSL 55.53º 0.81% 0.39% -
HSV(B) 55.53º 0.89% 0.71% -
XYZ 32.94 37.76 6.17 -
YUV 154.6 51.48 146.12 -
System Red Green Blue C M Y K H S L
Decimal 180 168 19 0 0.07 0.89 0.29 55.53 0.81 0.39
Hex B4 A8 13 0 7 59 1D 38 51 27
Octal 264 250 23 0 7 131 35 70 121 47
Binary 10110100 10101000 10011 0 111 1011001 11101 111000 1010001 100111

Color Harmonies of #B4A813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A813

Black with #B4A813

Text Example


Text Example

White with #B4A813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A813; }

 p { color: rgb(180,168,19); }

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

background-color css

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

 a { background-color: rgb(180,168,19); }

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

border-color css

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

 span { border-color: rgb(180,168,19); }

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