Html Css Color HEX #B5A510 Earls Green

📋 copy color: '#B5A510'

red 181 ◦ green 165 ◦ blue 16

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

Shades of Earls Green #B5A510

Tints of Earls Green #B5A510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.58%

 BLUE value IS 16 (6.64% from 255) = 4.42%

R = 50%
G = 45.58%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B5A510 (or 0xB5A510) is known color: Earls Green. HEX triplet: B5, A5 and 10. RGB value is (181,165,16). Sum of RGB (Red+Green+Blue) = 181+165+16=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A510 is #4A5AEF. Grayscale: #999999. Windows color (decimal): -4872944 or 1090997. OLE color: 1090997.

HSL color Cylindrical-coordinate representation of color #B5A510: hue angle of 54.18º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5A510 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 165 16 -
CMYK 0 0.09 0.91 0.29
HSL 54.18º 0.84% 0.39% -
HSV(B) 54.18º 0.91% 0.71% -
XYZ 32.6 36.77 5.87 -
YUV 152.8 50.8 148.12 -
System Red Green Blue C M Y K H S L
Decimal 181 165 16 0 0.09 0.91 0.29 54.18 0.84 0.39
Hex B5 A5 10 0 9 5B 1D 36 54 27
Octal 265 245 20 0 11 133 35 66 124 47
Binary 10110101 10100101 10000 0 1001 1011011 11101 110110 1010100 100111

Color Harmonies of #B5A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A510

Black with #B5A510

Text Example


Text Example

White with #B5A510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A510; }

 p { color: rgb(181,165,16); }

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

background-color css

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

 a { background-color: rgb(181,165,16); }

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

border-color css

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

 span { border-color: rgb(181,165,16); }

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