Html Css Color HEX #B2AD7F Neutral Green

📋 copy color: '#B2AD7F'

red 178 ◦ green 173 ◦ blue 127

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

Shades of Neutral Green #B2AD7F

Tints of Neutral Green #B2AD7F

RGB

 RED value IS 178 (69.92% from 255) = 37.24%

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

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

R = 37.24%
G = 36.19%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2AD7F (or 0xB2AD7F) is known color: Neutral Green. HEX triplet: B2, AD and 7F. RGB value is (178,173,127). Sum of RGB (Red+Green+Blue) = 178+173+127=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD7F is #4D5280. Grayscale: #A9A9A9. Windows color (decimal): -5067393 or 8367538. OLE color: 8367538.

HSL color Cylindrical-coordinate representation of color #B2AD7F: hue angle of 54.12º 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 #B2AD7F is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 173 127 -
CMYK 0 0.03 0.29 0.30
HSL 54.12º 0.25% 0.6% -
HSV(B) 54.12º 0.29% 0.7% -
XYZ 37.13 40.88 26.01 -
YUV 169.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 178 173 127 0 0.03 0.29 0.30 54.12 0.25 0.6
Hex B2 AD 7F 0 3 1D 1E 36 19 3C
Octal 262 255 177 0 3 35 36 66 31 74
Binary 10110010 10101101 1111111 0 11 11101 11110 110110 11001 111100

Color Harmonies of #B2AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD7F

Black with #B2AD7F

Text Example


Text Example

White with #B2AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD7F; }

 p { color: rgb(178,173,127); }

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

background-color css

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

 a { background-color: rgb(178,173,127); }

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

border-color css

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

 span { border-color: rgb(178,173,127); }

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