Html Css Color HEX #B2A67E Neutral Green

📋 copy color: '#B2A67E'

red 178 ◦ green 166 ◦ blue 126

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

Shades of Neutral Green #B2A67E

Tints of Neutral Green #B2A67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.81%

R = 37.87%
G = 35.32%
B = 26.81%

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

#B2A67E (or 0xB2A67E) is known color: Neutral Green. HEX triplet: B2, A6 and 7E. RGB value is (178,166,126). Sum of RGB (Red+Green+Blue) = 178+166+126=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A67E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A67E is #4D5981. Grayscale: #A5A5A5. Windows color (decimal): -5069186 or 8300210. OLE color: 8300210.

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

Color convert

RGB 178 166 126 -
CMYK 0 0.07 0.29 0.30
HSL 46.15º 0.25% 0.6% -
HSV(B) 46.15º 0.29% 0.7% -
XYZ 35.76 38.24 25.24 -
YUV 165.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 178 166 126 0 0.07 0.29 0.30 46.15 0.25 0.6
Hex B2 A6 7E 0 7 1D 1E 2E 19 3C
Octal 262 246 176 0 7 35 36 56 31 74
Binary 10110010 10100110 1111110 0 111 11101 11110 101110 11001 111100

Color Harmonies of #B2A67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A67E

Black with #B2A67E

Text Example


Text Example

White with #B2A67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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