Html Css Color HEX #B0AD78 Neutral Green

📋 copy color: '#B0AD78'

red 176 ◦ green 173 ◦ blue 120

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

Shades of Neutral Green #B0AD78

Tints of Neutral Green #B0AD78

RGB

 RED value IS 176 (69.14% from 255) = 37.53%

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

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

R = 37.53%
G = 36.89%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B0AD78 (or 0xB0AD78) is known color: Neutral Green. HEX triplet: B0, AD and 78. RGB value is (176,173,120). Sum of RGB (Red+Green+Blue) = 176+173+120=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD78 is #4F5287. Grayscale: #A8A8A8. Windows color (decimal): -5198472 or 7908784. OLE color: 7908784.

HSL color Cylindrical-coordinate representation of color #B0AD78: hue angle of 56.79º degrees, saturation: 0.26, 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 #B0AD78 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 173 120 -
CMYK 0 0.02 0.32 0.31
HSL 56.79º 0.26% 0.58% -
HSV(B) 56.79º 0.32% 0.69% -
XYZ 36.24 40.47 23.67 -
YUV 167.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 176 173 120 0 0.02 0.32 0.31 56.79 0.26 0.58
Hex B0 AD 78 0 2 20 1F 39 1A 3A
Octal 260 255 170 0 2 40 37 71 32 72
Binary 10110000 10101101 1111000 0 10 100000 11111 111001 11010 111010

Color Harmonies of #B0AD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD78

Black with #B0AD78

Text Example


Text Example

White with #B0AD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD78; }

 p { color: rgb(176,173,120); }

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

background-color css

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

 a { background-color: rgb(176,173,120); }

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

border-color css

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

 span { border-color: rgb(176,173,120); }

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