Html Css Color HEX #B1A51E Earls Green

📋 copy color: '#B1A51E'

red 177 ◦ green 165 ◦ blue 30

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

Shades of Earls Green #B1A51E

Tints of Earls Green #B1A51E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.35%

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

R = 47.58%
G = 44.35%
B = 8.06%

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

#B1A51E (or 0xB1A51E) is known color: Earls Green. HEX triplet: B1, A5 and 1E. RGB value is (177,165,30). Sum of RGB (Red+Green+Blue) = 177+165+30=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A51E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A51E is #4E5AE1. Grayscale: #999999. Windows color (decimal): -5135074 or 2008497. OLE color: 2008497.

HSL color Cylindrical-coordinate representation of color #B1A51E: hue angle of 55.1º 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 #B1A51E is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 165 30 -
CMYK 0 0.07 0.83 0.31
HSL 55.1º 0.71% 0.41% -
HSV(B) 55.1º 0.83% 0.69% -
XYZ 31.82 36.35 6.57 -
YUV 153.2 58.48 144.98 -
System Red Green Blue C M Y K H S L
Decimal 177 165 30 0 0.07 0.83 0.31 55.1 0.71 0.41
Hex B1 A5 1E 0 7 53 1F 37 47 29
Octal 261 245 36 0 7 123 37 67 107 51
Binary 10110001 10100101 11110 0 111 1010011 11111 110111 1000111 101001

Color Harmonies of #B1A51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A51E

Black with #B1A51E

Text Example


Text Example

White with #B1A51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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