Html Css Color HEX #B3AF7F Neutral Green

📋 copy color: '#B3AF7F'

red 179 ◦ green 175 ◦ blue 127

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

Shades of Neutral Green #B3AF7F

Tints of Neutral Green #B3AF7F

RGB

 RED value IS 179 (70.31% from 255) = 37.21%

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

 BLUE value IS 127 (50% from 255) = 26.4%

R = 37.21%
G = 36.38%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3AF7F (or 0xB3AF7F) is known color: Neutral Green. HEX triplet: B3, AF and 7F. RGB value is (179,175,127). Sum of RGB (Red+Green+Blue) = 179+175+127=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AF7F is #4C5080. Grayscale: #AAAAAA. Windows color (decimal): -5001345 or 8368051. OLE color: 8368051.

HSL color Cylindrical-coordinate representation of color #B3AF7F: hue angle of 55.38º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3AF7F is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 175 127 -
CMYK 0 0.02 0.29 0.30
HSL 55.38º 0.25% 0.6% -
HSV(B) 55.38º 0.29% 0.7% -
XYZ 37.75 41.78 26.15 -
YUV 170.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 179 175 127 0 0.02 0.29 0.30 55.38 0.25 0.6
Hex B3 AF 7F 0 2 1D 1E 37 19 3C
Octal 263 257 177 0 2 35 36 67 31 74
Binary 10110011 10101111 1111111 0 10 11101 11110 110111 11001 111100

Color Harmonies of #B3AF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AF7F

Black with #B3AF7F

Text Example


Text Example

White with #B3AF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AF7F; }

 p { color: rgb(179,175,127); }

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

background-color css

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

 a { background-color: rgb(179,175,127); }

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

border-color css

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

 span { border-color: rgb(179,175,127); }

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