Html Css Color HEX #B1A325 Earls Green

📋 copy color: '#B1A325'

red 177 ◦ green 163 ◦ blue 37

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

Shades of Earls Green #B1A325

Tints of Earls Green #B1A325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.81%

R = 46.95%
G = 43.24%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B1A325 (or 0xB1A325) is known color: Earls Green. HEX triplet: B1, A3 and 25. RGB value is (177,163,37). Sum of RGB (Red+Green+Blue) = 177+163+37=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A325 is #4E5CDA. Grayscale: #999999. Windows color (decimal): -5135579 or 2466737. OLE color: 2466737.

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

Color convert

RGB 177 163 37 -
CMYK 0 0.08 0.79 0.31
HSL 54º 0.65% 0.42% -
HSV(B) 54º 0.79% 0.69% -
XYZ 31.56 35.68 6.97 -
YUV 152.82 62.64 145.25 -
System Red Green Blue C M Y K H S L
Decimal 177 163 37 0 0.08 0.79 0.31 54 0.65 0.42
Hex B1 A3 25 0 8 4F 1F 36 41 2A
Octal 261 243 45 0 10 117 37 66 101 52
Binary 10110001 10100011 100101 0 1000 1001111 11111 110110 1000001 101010

Color Harmonies of #B1A325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A325

Black with #B1A325

Text Example


Text Example

White with #B1A325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A325; }

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

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

background-color css

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

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

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

border-color css

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

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

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