Html Css Color HEX #B5A21D Earls Green

📋 copy color: '#B5A21D'

red 181 ◦ green 162 ◦ blue 29

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

Shades of Earls Green #B5A21D

Tints of Earls Green #B5A21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.8%

R = 48.66%
G = 43.55%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5A21D (or 0xB5A21D) is known color: Earls Green. HEX triplet: B5, A2 and 1D. RGB value is (181,162,29). Sum of RGB (Red+Green+Blue) = 181+162+29=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A21D is #4A5DE2. Grayscale: #999999. Windows color (decimal): -4873699 or 1942197. OLE color: 1942197.

HSL color Cylindrical-coordinate representation of color #B5A21D: hue angle of 52.5º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5A21D is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 162 29 -
CMYK 0 0.10 0.84 0.29
HSL 52.5º 0.72% 0.41% -
HSV(B) 52.5º 0.84% 0.71% -
XYZ 32.2 35.75 6.37 -
YUV 152.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 181 162 29 0 0.10 0.84 0.29 52.5 0.72 0.41
Hex B5 A2 1D 0 A 54 1D 34 48 29
Octal 265 242 35 0 12 124 35 64 110 51
Binary 10110101 10100010 11101 0 1010 1010100 11101 110100 1001000 101001

Color Harmonies of #B5A21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A21D

Black with #B5A21D

Text Example


Text Example

White with #B5A21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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