Html Css Color HEX #B2A67F Neutral Green

📋 copy color: '#B2A67F'

red 178 ◦ green 166 ◦ blue 127

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

Shades of Neutral Green #B2A67F

Tints of Neutral Green #B2A67F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.24%

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

R = 37.79%
G = 35.24%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2A67F (or 0xB2A67F) is known color: Neutral Green. HEX triplet: B2, A6 and 7F. RGB value is (178,166,127). Sum of RGB (Red+Green+Blue) = 178+166+127=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A67F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A67F is #4D5980. Grayscale: #A5A5A5. Windows color (decimal): -5069185 or 8365746. OLE color: 8365746.

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

Color convert

RGB 178 166 127 -
CMYK 0 0.07 0.29 0.30
HSL 45.88º 0.25% 0.6% -
HSV(B) 45.88º 0.29% 0.7% -
XYZ 35.83 38.27 25.58 -
YUV 165.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 178 166 127 0 0.07 0.29 0.30 45.88 0.25 0.6
Hex B2 A6 7F 0 7 1D 1E 2E 19 3C
Octal 262 246 177 0 7 35 36 56 31 74
Binary 10110010 10100110 1111111 0 111 11101 11110 101110 11001 111100

Color Harmonies of #B2A67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A67F

Black with #B2A67F

Text Example


Text Example

White with #B2A67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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