Html Css Color HEX #B1A41E Earls Green

📋 copy color: '#B1A41E'

red 177 ◦ green 164 ◦ blue 30

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

Shades of Earls Green #B1A41E

Tints of Earls Green #B1A41E

RGB

 RED value IS 177 (69.53% from 255) = 47.71%

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

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

R = 47.71%
G = 44.2%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1A41E (or 0xB1A41E) is known color: Earls Green. HEX triplet: B1, A4 and 1E. RGB value is (177,164,30). Sum of RGB (Red+Green+Blue) = 177+164+30=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A41E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A41E is #4E5BE1. Grayscale: #999999. Windows color (decimal): -5135330 or 2008241. OLE color: 2008241.

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

Color convert

RGB 177 164 30 -
CMYK 0 0.07 0.83 0.31
HSL 54.69º 0.71% 0.41% -
HSV(B) 54.69º 0.83% 0.69% -
XYZ 31.64 35.99 6.51 -
YUV 152.61 58.81 145.4 -
System Red Green Blue C M Y K H S L
Decimal 177 164 30 0 0.07 0.83 0.31 54.69 0.71 0.41
Hex B1 A4 1E 0 7 53 1F 37 47 29
Octal 261 244 36 0 7 123 37 67 107 51
Binary 10110001 10100100 11110 0 111 1010011 11111 110111 1000111 101001

Color Harmonies of #B1A41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A41E

Black with #B1A41E

Text Example


Text Example

White with #B1A41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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