Html Css Color HEX #B5A90E Earls Green

📋 copy color: '#B5A90E'

red 181 ◦ green 169 ◦ blue 14

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

Shades of Earls Green #B5A90E

Tints of Earls Green #B5A90E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.43%

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

R = 49.73%
G = 46.43%
B = 3.85%

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

#B5A90E (or 0xB5A90E) is known color: Earls Green. HEX triplet: B5, A9 and 0E. RGB value is (181,169,14). Sum of RGB (Red+Green+Blue) = 181+169+14=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A90E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A90E is #4A56F1. Grayscale: #9B9B9B. Windows color (decimal): -4871922 or 960949. OLE color: 960949.

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

Color convert

RGB 181 169 14 -
CMYK 0 0.07 0.92 0.29
HSL 55.69º 0.86% 0.38% -
HSV(B) 55.69º 0.92% 0.71% -
XYZ 33.32 38.23 6.04 -
YUV 154.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 181 169 14 0 0.07 0.92 0.29 55.69 0.86 0.38
Hex B5 A9 E 0 7 5C 1D 38 56 26
Octal 265 251 16 0 7 134 35 70 126 46
Binary 10110101 10101001 1110 0 111 1011100 11101 111000 1010110 100110

Color Harmonies of #B5A90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A90E

Black with #B5A90E

Text Example


Text Example

White with #B5A90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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