Html Css Color HEX #B3B07C Neutral Green

📋 copy color: '#B3B07C'

red 179 ◦ green 176 ◦ blue 124

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

Shades of Neutral Green #B3B07C

Tints of Neutral Green #B3B07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.89%

R = 37.37%
G = 36.74%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3B07C (or 0xB3B07C) is known color: Neutral Green. HEX triplet: B3, B0 and 7C. RGB value is (179,176,124). Sum of RGB (Red+Green+Blue) = 179+176+124=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B07C is #4C4F83. Grayscale: #ABABAB. Windows color (decimal): -5001092 or 8171699. OLE color: 8171699.

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

Color convert

RGB 179 176 124 -
CMYK 0 0.02 0.31 0.30
HSL 56.73º 0.27% 0.59% -
HSV(B) 56.73º 0.31% 0.7% -
XYZ 37.75 42.09 25.2 -
YUV 170.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 179 176 124 0 0.02 0.31 0.30 56.73 0.27 0.59
Hex B3 B0 7C 0 2 1F 1E 39 1B 3B
Octal 263 260 174 0 2 37 36 71 33 73
Binary 10110011 10110000 1111100 0 10 11111 11110 111001 11011 111011

Color Harmonies of #B3B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B07C

Black with #B3B07C

Text Example


Text Example

White with #B3B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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