Html Css Color HEX #B5A521 Earls Green

📋 copy color: '#B5A521'

red 181 ◦ green 165 ◦ blue 33

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

Shades of Earls Green #B5A521

Tints of Earls Green #B5A521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.71%

R = 47.76%
G = 43.54%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B5A521 (or 0xB5A521) is known color: Earls Green. HEX triplet: B5, A5 and 21. RGB value is (181,165,33). Sum of RGB (Red+Green+Blue) = 181+165+33=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A521 is #4A5ADE. Grayscale: #9B9B9B. Windows color (decimal): -4872927 or 2205109. OLE color: 2205109.

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

Color convert

RGB 181 165 33 -
CMYK 0 0.09 0.82 0.29
HSL 53.51º 0.69% 0.42% -
HSV(B) 53.51º 0.82% 0.71% -
XYZ 32.79 36.84 6.82 -
YUV 154.74 59.3 146.73 -
System Red Green Blue C M Y K H S L
Decimal 181 165 33 0 0.09 0.82 0.29 53.51 0.69 0.42
Hex B5 A5 21 0 9 52 1D 36 45 2A
Octal 265 245 41 0 11 122 35 66 105 52
Binary 10110101 10100101 100001 0 1001 1010010 11101 110110 1000101 101010

Color Harmonies of #B5A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A521

Black with #B5A521

Text Example


Text Example

White with #B5A521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A521; }

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

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

background-color css

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

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

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

border-color css

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

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

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