Html Css Color HEX #B1AD75 Neutral Green

📋 copy color: '#B1AD75'

red 177 ◦ green 173 ◦ blue 117

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

Shades of Neutral Green #B1AD75

Tints of Neutral Green #B1AD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.05%

R = 37.9%
G = 37.04%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B1AD75 (or 0xB1AD75) is known color: Neutral Green. HEX triplet: B1, AD and 75. RGB value is (177,173,117). Sum of RGB (Red+Green+Blue) = 177+173+117=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AD75 is #4E528A. Grayscale: #A8A8A8. Windows color (decimal): -5132939 or 7712177. OLE color: 7712177.

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

Color convert

RGB 177 173 117 -
CMYK 0 0.02 0.34 0.31
HSL 56º 0.28% 0.58% -
HSV(B) 56º 0.34% 0.69% -
XYZ 36.29 40.52 22.74 -
YUV 167.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 177 173 117 0 0.02 0.34 0.31 56 0.28 0.58
Hex B1 AD 75 0 2 22 1F 38 1C 3A
Octal 261 255 165 0 2 42 37 70 34 72
Binary 10110001 10101101 1110101 0 10 100010 11111 111000 11100 111010

Color Harmonies of #B1AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD75

Black with #B1AD75

Text Example


Text Example

White with #B1AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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