Html Css Color HEX #B4A814 Earls Green

📋 copy color: '#B4A814'

red 180 ◦ green 168 ◦ blue 20

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

Shades of Earls Green #B4A814

Tints of Earls Green #B4A814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.43%

R = 48.91%
G = 45.65%
B = 5.43%

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

#B4A814 (or 0xB4A814) is known color: Earls Green. HEX triplet: B4, A8 and 14. RGB value is (180,168,20). Sum of RGB (Red+Green+Blue) = 180+168+20=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A814 is #4B57EB. Grayscale: #9B9B9B. Windows color (decimal): -4937708 or 1353908. OLE color: 1353908.

HSL color Cylindrical-coordinate representation of color #B4A814: hue angle of 55.5º degrees, saturation: 0.8, 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 #B4A814 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 168 20 -
CMYK 0 0.07 0.89 0.29
HSL 55.5º 0.8% 0.39% -
HSV(B) 55.5º 0.89% 0.71% -
XYZ 32.95 37.76 6.21 -
YUV 154.72 51.98 146.03 -
System Red Green Blue C M Y K H S L
Decimal 180 168 20 0 0.07 0.89 0.29 55.5 0.8 0.39
Hex B4 A8 14 0 7 59 1D 38 50 27
Octal 264 250 24 0 7 131 35 70 120 47
Binary 10110100 10101000 10100 0 111 1011001 11101 111000 1010000 100111

Color Harmonies of #B4A814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A814

Black with #B4A814

Text Example


Text Example

White with #B4A814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A814; }

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

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

background-color css

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

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

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

border-color css

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

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

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