Html Css Color HEX #B5A80E Earls Green

📋 copy color: '#B5A80E'

red 181 ◦ green 168 ◦ blue 14

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

Shades of Earls Green #B5A80E

Tints of Earls Green #B5A80E

RGB

 RED value IS 181 (71.09% from 255) = 49.86%

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

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

R = 49.86%
G = 46.28%
B = 3.86%

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

#B5A80E (or 0xB5A80E) is known color: Earls Green. HEX triplet: B5, A8 and 0E. RGB value is (181,168,14). Sum of RGB (Red+Green+Blue) = 181+168+14=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A80E is #4A57F1. Grayscale: #9A9A9A. Windows color (decimal): -4872178 or 960693. OLE color: 960693.

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

Color convert

RGB 181 168 14 -
CMYK 0 0.07 0.92 0.29
HSL 55.33º 0.86% 0.38% -
HSV(B) 55.33º 0.92% 0.71% -
XYZ 33.14 37.86 5.98 -
YUV 154.33 48.81 147.02 -
System Red Green Blue C M Y K H S L
Decimal 181 168 14 0 0.07 0.92 0.29 55.33 0.86 0.38
Hex B5 A8 E 0 7 5C 1D 37 56 26
Octal 265 250 16 0 7 134 35 67 126 46
Binary 10110101 10101000 1110 0 111 1011100 11101 110111 1010110 100110

Color Harmonies of #B5A80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A80E

Black with #B5A80E

Text Example


Text Example

White with #B5A80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A80E; }

 p { color: rgb(181,168,14); }

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

background-color css

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

 a { background-color: rgb(181,168,14); }

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

border-color css

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

 span { border-color: rgb(181,168,14); }

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