#B3CB90

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

Shades of Sprout #B3CB90

Tints of Sprout #B3CB90

Color information

#B3CB90 (or 0xB3CB90) is unknown color: approx Sprout. HEX triplet: B3, CB and 90. RGB value is (179,203,144). Sum of RGB (Red+Green+Blue) = 179+203+144=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CB90 is #4C346F. Grayscale: #BDBDBD. Windows color (decimal): -4994160 or 9489331. OLE color: 9489331.

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

Color convert

RGB179203144-
CMYK0.1200.290.20
HSL84.41º36.2%68.04%-
HSV(B)84.41º29.06%79.61%-
XYZ44.9854.3134.5-
YUV189.1102.55120.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 144 (56.64% from 255) = 27.38%
R=34.03%
G=38.59%
B=27.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792031440.1200.290.2084.4136.268.04
HexB3CB90C01D14542444
Octal263313220140352412444104
Binary10110011110010111001000011000111011010010101001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CB90; }

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

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

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

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

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

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

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

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