Html Css Color HEX #B5A52D Earls Green

📋 copy color: '#B5A52D'

red 181 ◦ green 165 ◦ blue 45

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

Shades of Earls Green #B5A52D

Tints of Earls Green #B5A52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.51%

R = 46.29%
G = 42.2%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5A52D (or 0xB5A52D) is known color: Earls Green. HEX triplet: B5, A5 and 2D. RGB value is (181,165,45). Sum of RGB (Red+Green+Blue) = 181+165+45=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A52D is #4A5AD2. Grayscale: #9C9C9C. Windows color (decimal): -4872915 or 2991541. OLE color: 2991541.

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

Color convert

RGB 181 165 45 -
CMYK 0 0.09 0.75 0.29
HSL 52.94º 0.6% 0.44% -
HSV(B) 52.94º 0.75% 0.71% -
XYZ 32.98 36.92 7.87 -
YUV 156.1 65.3 145.76 -
System Red Green Blue C M Y K H S L
Decimal 181 165 45 0 0.09 0.75 0.29 52.94 0.6 0.44
Hex B5 A5 2D 0 9 4B 1D 35 3C 2C
Octal 265 245 55 0 11 113 35 65 74 54
Binary 10110101 10100101 101101 0 1001 1001011 11101 110101 111100 101100

Color Harmonies of #B5A52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A52D

Black with #B5A52D

Text Example


Text Example

White with #B5A52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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