#B3CB93

Color #B3CB93 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B3CB93

Tints of Sprout #B3CB93

Color information

#B3CB93 (or 0xB3CB93) is unknown color: approx Sprout. HEX triplet: B3, CB and 93. RGB value is (179,203,147). Sum of RGB (Red+Green+Blue) = 179+203+147=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CB93 is #4C346C. Grayscale: #BDBDBD. Windows color (decimal): -4994157 or 9685939. OLE color: 9685939.

HSL color Cylindrical-coordinate representation of color #B3CB93: hue angle of 85.71º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3CB93 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB179203147-
CMYK0.1200.280.20
HSL85.71º35%68.63%-
HSV(B)85.71º27.59%79.61%-
XYZ45.2154.435.72-
YUV189.44104.05120.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 147 (57.81% from 255) = 27.79%
R=33.84%
G=38.37%
B=27.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792031470.1200.280.2085.713568.63
HexB3CB93C01C14562345
Octal263313223140342412643105
Binary10110011110010111001001111000111001010010101101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CB93; }

 p { color: rgb(179,203,147); }

 H1.HeaderClassName
 {
   color: #B3CB93;
 }
 .AnyTagClassName
 {
   color: #B3CB93;
 }
</style>
background-color css

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

 a { background-color: rgb(179,203,147); }

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

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

 span { border-color: rgb(179,203,147); }

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