Html Css Color HEX #B5A21F Earls Green

📋 copy color: '#B5A21F'

red 181 ◦ green 162 ◦ blue 31

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

Shades of Earls Green #B5A21F

Tints of Earls Green #B5A21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.29%

R = 48.4%
G = 43.32%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5A21F (or 0xB5A21F) is known color: Earls Green. HEX triplet: B5, A2 and 1F. RGB value is (181,162,31). Sum of RGB (Red+Green+Blue) = 181+162+31=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A21F is #4A5DE0. Grayscale: #999999. Windows color (decimal): -4873697 or 2073269. OLE color: 2073269.

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

Color convert

RGB 181 162 31 -
CMYK 0 0.10 0.83 0.29
HSL 52.4º 0.71% 0.42% -
HSV(B) 52.4º 0.83% 0.71% -
XYZ 32.22 35.76 6.5 -
YUV 152.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 181 162 31 0 0.10 0.83 0.29 52.4 0.71 0.42
Hex B5 A2 1F 0 A 53 1D 34 47 2A
Octal 265 242 37 0 12 123 35 64 107 52
Binary 10110101 10100010 11111 0 1010 1010011 11101 110100 1000111 101010

Color Harmonies of #B5A21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A21F

Black with #B5A21F

Text Example


Text Example

White with #B5A21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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