Html Css Color HEX #B3B07D Neutral Green

📋 copy color: '#B3B07D'

red 179 ◦ green 176 ◦ blue 125

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

Shades of Neutral Green #B3B07D

Tints of Neutral Green #B3B07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.04%

R = 37.29%
G = 36.67%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3B07D (or 0xB3B07D) is known color: Neutral Green. HEX triplet: B3, B0 and 7D. RGB value is (179,176,125). Sum of RGB (Red+Green+Blue) = 179+176+125=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B07D is #4C4F82. Grayscale: #ABABAB. Windows color (decimal): -5001091 or 8237235. OLE color: 8237235.

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

Color convert

RGB 179 176 125 -
CMYK 0 0.02 0.30 0.30
HSL 56.67º 0.26% 0.6% -
HSV(B) 56.67º 0.3% 0.7% -
XYZ 37.82 42.12 25.54 -
YUV 171.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 179 176 125 0 0.02 0.30 0.30 56.67 0.26 0.6
Hex B3 B0 7D 0 2 1E 1E 39 1A 3C
Octal 263 260 175 0 2 36 36 71 32 74
Binary 10110011 10110000 1111101 0 10 11110 11110 111001 11010 111100

Color Harmonies of #B3B07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B07D

Black with #B3B07D

Text Example


Text Example

White with #B3B07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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