Html Css Color HEX #B0AF7D Neutral Green

📋 copy color: '#B0AF7D'

red 176 ◦ green 175 ◦ blue 125

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

Shades of Neutral Green #B0AF7D

Tints of Neutral Green #B0AF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.76%

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 36.97%
G = 36.76%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0AF7D (or 0xB0AF7D) is known color: Neutral Green. HEX triplet: B0, AF and 7D. RGB value is (176,175,125). Sum of RGB (Red+Green+Blue) = 176+175+125=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AF7D is #4F5082. Grayscale: #A9A9A9. Windows color (decimal): -5197955 or 8236976. OLE color: 8236976.

HSL color Cylindrical-coordinate representation of color #B0AF7D: hue angle of 58.82º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0AF7D is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 175 125 -
CMYK 0 0.01 0.29 0.31
HSL 58.82º 0.24% 0.59% -
HSV(B) 58.82º 0.29% 0.69% -
XYZ 36.94 41.37 25.44 -
YUV 169.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 176 175 125 0 0.01 0.29 0.31 58.82 0.24 0.59
Hex B0 AF 7D 0 1 1D 1F 3B 18 3B
Octal 260 257 175 0 1 35 37 73 30 73
Binary 10110000 10101111 1111101 0 1 11101 11111 111011 11000 111011

Color Harmonies of #B0AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AF7D

Black with #B0AF7D

Text Example


Text Example

White with #B0AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AF7D; }

 p { color: rgb(176,175,125); }

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

background-color css

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

 a { background-color: rgb(176,175,125); }

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

border-color css

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

 span { border-color: rgb(176,175,125); }

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