Html Css Color HEX #B3A70E Earls Green

📋 copy color: '#B3A70E'

red 179 ◦ green 167 ◦ blue 14

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

Shades of Earls Green #B3A70E

Tints of Earls Green #B3A70E

RGB

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

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

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

R = 49.72%
G = 46.39%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3A70E (or 0xB3A70E) is known color: Earls Green. HEX triplet: B3, A7 and 0E. RGB value is (179,167,14). Sum of RGB (Red+Green+Blue) = 179+167+14=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 167 (65.62% from 255 or 46.39% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A70E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A70E is #4C58F1. Grayscale: #999999. Windows color (decimal): -5003506 or 960435. OLE color: 960435.

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

Color convert

RGB 179 167 14 -
CMYK 0 0.07 0.92 0.30
HSL 55.64º 0.85% 0.38% -
HSV(B) 55.64º 0.92% 0.7% -
XYZ 32.49 37.25 5.89 -
YUV 153.15 49.48 146.44 -
System Red Green Blue C M Y K H S L
Decimal 179 167 14 0 0.07 0.92 0.30 55.64 0.85 0.38
Hex B3 A7 E 0 7 5C 1E 38 55 26
Octal 263 247 16 0 7 134 36 70 125 46
Binary 10110011 10100111 1110 0 111 1011100 11110 111000 1010101 100110

Color Harmonies of #B3A70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A70E

Black with #B3A70E

Text Example


Text Example

White with #B3A70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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