Html Css Color HEX #B4A70C Earls Green

📋 copy color: '#B4A70C'

red 180 ◦ green 167 ◦ blue 12

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

Shades of Earls Green #B4A70C

Tints of Earls Green #B4A70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.34%

R = 50.14%
G = 46.52%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4A70C (or 0xB4A70C) is known color: Earls Green. HEX triplet: B4, A7 and 0C. RGB value is (180,167,12). Sum of RGB (Red+Green+Blue) = 180+167+12=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A70C is #4B58F3. Grayscale: #999999. Windows color (decimal): -4937972 or 829364. OLE color: 829364.

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

Color convert

RGB 180 167 12 -
CMYK 0 0.07 0.93 0.29
HSL 55.36º 0.88% 0.38% -
HSV(B) 55.36º 0.93% 0.71% -
XYZ 32.71 37.37 5.84 -
YUV 153.22 48.31 147.1 -
System Red Green Blue C M Y K H S L
Decimal 180 167 12 0 0.07 0.93 0.29 55.36 0.88 0.38
Hex B4 A7 C 0 7 5D 1D 37 58 26
Octal 264 247 14 0 7 135 35 67 130 46
Binary 10110100 10100111 1100 0 111 1011101 11101 110111 1011000 100110

Color Harmonies of #B4A70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A70C

Black with #B4A70C

Text Example


Text Example

White with #B4A70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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