Html Css Color HEX #B4A70E Earls Green

📋 copy color: '#B4A70E'

red 180 ◦ green 167 ◦ blue 14

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

Shades of Earls Green #B4A70E

Tints of Earls Green #B4A70E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.26%

 BLUE value IS 14 (5.86% from 255) = 3.88%

R = 49.86%
G = 46.26%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4A70E (or 0xB4A70E) is known color: Earls Green. HEX triplet: B4, A7 and 0E. RGB value is (180,167,14). Sum of RGB (Red+Green+Blue) = 180+167+14=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A70E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A70E is #4B58F1. Grayscale: #9A9A9A. Windows color (decimal): -4937970 or 960436. OLE color: 960436.

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

Color convert

RGB 180 167 14 -
CMYK 0 0.07 0.92 0.29
HSL 55.3º 0.86% 0.38% -
HSV(B) 55.3º 0.92% 0.71% -
XYZ 32.72 37.37 5.9 -
YUV 153.45 49.31 146.94 -
System Red Green Blue C M Y K H S L
Decimal 180 167 14 0 0.07 0.92 0.29 55.3 0.86 0.38
Hex B4 A7 E 0 7 5C 1D 37 56 26
Octal 264 247 16 0 7 134 35 67 126 46
Binary 10110100 10100111 1110 0 111 1011100 11101 110111 1010110 100110

Color Harmonies of #B4A70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A70E

Black with #B4A70E

Text Example


Text Example

White with #B4A70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A70E; }

 p { color: rgb(180,167,14); }

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

background-color css

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

 a { background-color: rgb(180,167,14); }

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

border-color css

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

 span { border-color: rgb(180,167,14); }

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