Html Css Color HEX #B3B07A Neutral Green

📋 copy color: '#B3B07A'

red 179 ◦ green 176 ◦ blue 122

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

Shades of Neutral Green #B3B07A

Tints of Neutral Green #B3B07A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.9%

 BLUE value IS 122 (48.05% from 255) = 25.58%

R = 37.53%
G = 36.9%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B3B07A (or 0xB3B07A) is known color: Neutral Green. HEX triplet: B3, B0 and 7A. RGB value is (179,176,122). Sum of RGB (Red+Green+Blue) = 179+176+122=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B07A is #4C4F85. Grayscale: #AAAAAA. Windows color (decimal): -5001094 or 8040627. OLE color: 8040627.

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

Color convert

RGB 179 176 122 -
CMYK 0 0.02 0.32 0.30
HSL 56.84º 0.27% 0.59% -
HSV(B) 56.84º 0.32% 0.7% -
XYZ 37.63 42.04 24.54 -
YUV 170.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 179 176 122 0 0.02 0.32 0.30 56.84 0.27 0.59
Hex B3 B0 7A 0 2 20 1E 39 1B 3B
Octal 263 260 172 0 2 40 36 71 33 73
Binary 10110011 10110000 1111010 0 10 100000 11110 111001 11011 111011

Color Harmonies of #B3B07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B07A

Black with #B3B07A

Text Example


Text Example

White with #B3B07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B07A; }

 p { color: rgb(179,176,122); }

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

background-color css

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

 a { background-color: rgb(179,176,122); }

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

border-color css

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

 span { border-color: rgb(179,176,122); }

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