Html Css Color HEX #B5A41E Earls Green

📋 copy color: '#B5A41E'

red 181 ◦ green 164 ◦ blue 30

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

Shades of Earls Green #B5A41E

Tints of Earls Green #B5A41E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.73%

 BLUE value IS 30 (12.11% from 255) = 8%

R = 48.27%
G = 43.73%
B = 8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5A41E (or 0xB5A41E) is known color: Earls Green. HEX triplet: B5, A4 and 1E. RGB value is (181,164,30). Sum of RGB (Red+Green+Blue) = 181+164+30=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A41E is #4A5BE1. Grayscale: #9A9A9A. Windows color (decimal): -4873186 or 2008245. OLE color: 2008245.

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

Color convert

RGB 181 164 30 -
CMYK 0 0.09 0.83 0.29
HSL 53.25º 0.72% 0.41% -
HSV(B) 53.25º 0.83% 0.71% -
XYZ 32.57 36.47 6.55 -
YUV 153.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 181 164 30 0 0.09 0.83 0.29 53.25 0.72 0.41
Hex B5 A4 1E 0 9 53 1D 35 48 29
Octal 265 244 36 0 11 123 35 65 110 51
Binary 10110101 10100100 11110 0 1001 1010011 11101 110101 1001000 101001

Color Harmonies of #B5A41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A41E

Black with #B5A41E

Text Example


Text Example

White with #B5A41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A41E; }

 p { color: rgb(181,164,30); }

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

background-color css

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

 a { background-color: rgb(181,164,30); }

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

border-color css

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

 span { border-color: rgb(181,164,30); }

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