Html Css Color HEX #B5AA2D Earls Green

📋 copy color: '#B5AA2D'

red 181 ◦ green 170 ◦ blue 45

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

Shades of Earls Green #B5AA2D

Tints of Earls Green #B5AA2D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.93%

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

R = 45.71%
G = 42.93%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5AA2D (or 0xB5AA2D) is known color: Earls Green. HEX triplet: B5, AA and 2D. RGB value is (181,170,45). Sum of RGB (Red+Green+Blue) = 181+170+45=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AA2D is #4A55D2. Grayscale: #9F9F9F. Windows color (decimal): -4871635 or 2992821. OLE color: 2992821.

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

Color convert

RGB 181 170 45 -
CMYK 0 0.06 0.75 0.29
HSL 55.15º 0.6% 0.44% -
HSV(B) 55.15º 0.75% 0.71% -
XYZ 33.9 38.76 8.18 -
YUV 159.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 181 170 45 0 0.06 0.75 0.29 55.15 0.6 0.44
Hex B5 AA 2D 0 6 4B 1D 37 3C 2C
Octal 265 252 55 0 6 113 35 67 74 54
Binary 10110101 10101010 101101 0 110 1001011 11101 110111 111100 101100

Color Harmonies of #B5AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AA2D

Black with #B5AA2D

Text Example


Text Example

White with #B5AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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