Html Css Color HEX #B1A329 Earls Green

📋 copy color: '#B1A329'

red 177 ◦ green 163 ◦ blue 41

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

Shades of Earls Green #B1A329

Tints of Earls Green #B1A329

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.78%

 BLUE value IS 41 (16.41% from 255) = 10.76%

R = 46.46%
G = 42.78%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B1A329 (or 0xB1A329) is known color: Earls Green. HEX triplet: B1, A3 and 29. RGB value is (177,163,41). Sum of RGB (Red+Green+Blue) = 177+163+41=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A329 is #4E5CD6. Grayscale: #999999. Windows color (decimal): -5135575 or 2728881. OLE color: 2728881.

HSL color Cylindrical-coordinate representation of color #B1A329: hue angle of 53.82º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1A329 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 163 41 -
CMYK 0 0.08 0.77 0.31
HSL 53.82º 0.62% 0.43% -
HSV(B) 53.82º 0.77% 0.69% -
XYZ 31.63 35.7 7.32 -
YUV 153.28 64.64 144.92 -
System Red Green Blue C M Y K H S L
Decimal 177 163 41 0 0.08 0.77 0.31 53.82 0.62 0.43
Hex B1 A3 29 0 8 4D 1F 36 3E 2B
Octal 261 243 51 0 10 115 37 66 76 53
Binary 10110001 10100011 101001 0 1000 1001101 11111 110110 111110 101011

Color Harmonies of #B1A329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A329

Black with #B1A329

Text Example


Text Example

White with #B1A329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A329; }

 p { color: rgb(177,163,41); }

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

background-color css

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

 a { background-color: rgb(177,163,41); }

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

border-color css

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

 span { border-color: rgb(177,163,41); }

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