Html Css Color HEX #B5A522 Earls Green

📋 copy color: '#B5A522'

red 181 ◦ green 165 ◦ blue 34

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

Shades of Earls Green #B5A522

Tints of Earls Green #B5A522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.95%

R = 47.63%
G = 43.42%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B5A522 (or 0xB5A522) is known color: Earls Green. HEX triplet: B5, A5 and 22. RGB value is (181,165,34). Sum of RGB (Red+Green+Blue) = 181+165+34=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A522 is #4A5ADD. Grayscale: #9B9B9B. Windows color (decimal): -4872926 or 2270645. OLE color: 2270645.

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

Color convert

RGB 181 165 34 -
CMYK 0 0.09 0.81 0.29
HSL 53.47º 0.68% 0.42% -
HSV(B) 53.47º 0.81% 0.71% -
XYZ 32.8 36.85 6.9 -
YUV 154.85 59.8 146.65 -
System Red Green Blue C M Y K H S L
Decimal 181 165 34 0 0.09 0.81 0.29 53.47 0.68 0.42
Hex B5 A5 22 0 9 51 1D 35 44 2A
Octal 265 245 42 0 11 121 35 65 104 52
Binary 10110101 10100101 100010 0 1001 1010001 11101 110101 1000100 101010

Color Harmonies of #B5A522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A522

Black with #B5A522

Text Example


Text Example

White with #B5A522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A522; }

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

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

background-color css

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

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

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

border-color css

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

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

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