Html Css Color HEX #B5A22D Earls Green

📋 copy color: '#B5A22D'

red 181 ◦ green 162 ◦ blue 45

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

Shades of Earls Green #B5A22D

Tints of Earls Green #B5A22D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.75%

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

R = 46.65%
G = 41.75%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5A22D (or 0xB5A22D) is known color: Earls Green. HEX triplet: B5, A2 and 2D. RGB value is (181,162,45). Sum of RGB (Red+Green+Blue) = 181+162+45=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A22D is #4A5DD2. Grayscale: #9A9A9A. Windows color (decimal): -4873683 or 2990773. OLE color: 2990773.

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

Color convert

RGB 181 162 45 -
CMYK 0 0.10 0.75 0.29
HSL 51.62º 0.6% 0.44% -
HSV(B) 51.62º 0.75% 0.71% -
XYZ 32.45 35.85 7.69 -
YUV 154.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 181 162 45 0 0.10 0.75 0.29 51.62 0.6 0.44
Hex B5 A2 2D 0 A 4B 1D 34 3C 2C
Octal 265 242 55 0 12 113 35 64 74 54
Binary 10110101 10100010 101101 0 1010 1001011 11101 110100 111100 101100

Color Harmonies of #B5A22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A22D

Black with #B5A22D

Text Example


Text Example

White with #B5A22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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