Html Css Color HEX #B1A429 Earls Green

📋 copy color: '#B1A429'

red 177 ◦ green 164 ◦ blue 41

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

Shades of Earls Green #B1A429

Tints of Earls Green #B1A429

RGB

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

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

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

R = 46.34%
G = 42.93%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B1A429 (or 0xB1A429) is known color: Earls Green. HEX triplet: B1, A4 and 29. RGB value is (177,164,41). Sum of RGB (Red+Green+Blue) = 177+164+41=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A429 is #4E5BD6. Grayscale: #9A9A9A. Windows color (decimal): -5135319 or 2729137. OLE color: 2729137.

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

Color convert

RGB 177 164 41 -
CMYK 0 0.07 0.77 0.31
HSL 54.26º 0.62% 0.43% -
HSV(B) 54.26º 0.77% 0.69% -
XYZ 31.81 36.06 7.38 -
YUV 153.87 64.31 144.5 -
System Red Green Blue C M Y K H S L
Decimal 177 164 41 0 0.07 0.77 0.31 54.26 0.62 0.43
Hex B1 A4 29 0 7 4D 1F 36 3E 2B
Octal 261 244 51 0 7 115 37 66 76 53
Binary 10110001 10100100 101001 0 111 1001101 11111 110110 111110 101011

Color Harmonies of #B1A429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A429

Black with #B1A429

Text Example


Text Example

White with #B1A429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A429; }

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

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

background-color css

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

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

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

border-color css

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

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

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