Html Css Color HEX #B1AD32 Earls Green

📋 copy color: '#B1AD32'

red 177 ◦ green 173 ◦ blue 50

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

Shades of Earls Green #B1AD32

Tints of Earls Green #B1AD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.25%

 BLUE value IS 50 (19.92% from 255) = 12.5%

R = 44.25%
G = 43.25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B1AD32 (or 0xB1AD32) is known color: Earls Green. HEX triplet: B1, AD and 32. RGB value is (177,173,50). Sum of RGB (Red+Green+Blue) = 177+173+50=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD32 is #4E52CD. Grayscale: #A0A0A0. Windows color (decimal): -5133006 or 3321265. OLE color: 3321265.

HSL color Cylindrical-coordinate representation of color #B1AD32: hue angle of 58.11º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1AD32 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 173 50 -
CMYK 0 0.02 0.72 0.31
HSL 58.11º 0.56% 0.45% -
HSV(B) 58.11º 0.72% 0.69% -
XYZ 33.65 39.46 8.86 -
YUV 160.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 177 173 50 0 0.02 0.72 0.31 58.11 0.56 0.45
Hex B1 AD 32 0 2 48 1F 3A 38 2D
Octal 261 255 62 0 2 110 37 72 70 55
Binary 10110001 10101101 110010 0 10 1001000 11111 111010 111000 101101

Color Harmonies of #B1AD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD32

Black with #B1AD32

Text Example


Text Example

White with #B1AD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD32; }

 p { color: rgb(177,173,50); }

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

background-color css

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

 a { background-color: rgb(177,173,50); }

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

border-color css

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

 span { border-color: rgb(177,173,50); }

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