Html Css Color HEX #B1A978 Neutral Green

📋 copy color: '#B1A978'

red 177 ◦ green 169 ◦ blue 120

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

Shades of Neutral Green #B1A978

Tints of Neutral Green #B1A978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.27%

 BLUE value IS 120 (47.27% from 255) = 25.75%

R = 37.98%
G = 36.27%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B1A978 (or 0xB1A978) is known color: Neutral Green. HEX triplet: B1, A9 and 78. RGB value is (177,169,120). Sum of RGB (Red+Green+Blue) = 177+169+120=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A978 is #4E5687. Grayscale: #A6A6A6. Windows color (decimal): -5133960 or 7907761. OLE color: 7907761.

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

Color convert

RGB 177 169 120 -
CMYK 0 0.05 0.32 0.31
HSL 51.58º 0.27% 0.58% -
HSV(B) 51.58º 0.32% 0.69% -
XYZ 35.71 39.08 23.43 -
YUV 165.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 177 169 120 0 0.05 0.32 0.31 51.58 0.27 0.58
Hex B1 A9 78 0 5 20 1F 34 1B 3A
Octal 261 251 170 0 5 40 37 64 33 72
Binary 10110001 10101001 1111000 0 101 100000 11111 110100 11011 111010

Color Harmonies of #B1A978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A978

Black with #B1A978

Text Example


Text Example

White with #B1A978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A978; }

 p { color: rgb(177,169,120); }

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

background-color css

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

 a { background-color: rgb(177,169,120); }

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

border-color css

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

 span { border-color: rgb(177,169,120); }

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