#BBC699

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

Shades of Sprout #BBC699

Tints of Sprout #BBC699

Color information

#BBC699 (or 0xBBC699) is unknown color: approx Sprout. HEX triplet: BB, C6 and 99. RGB value is (187,198,153). Sum of RGB (Red+Green+Blue) = 187+198+153=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC699 is #443966. Grayscale: #BDBDBD. Windows color (decimal): -4471143 or 10077883. OLE color: 10077883.

HSL color Cylindrical-coordinate representation of color #BBC699: hue angle of 74.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC699 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB187198153-
CMYK0.0600.230.22
HSL74.67º28.3%68.82%-
HSV(B)74.67º22.73%77.65%-
XYZ46.4453.2537.97-
YUV189.58107.36126.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 153 (60.16% from 255) = 28.44%
R=34.76%
G=36.80%
B=28.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981530.0600.230.2274.6728.368.82
HexBBC6996017164b1c45
Octal27330623160272611334105
Binary101110111100011010011001110010111101101001011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC699; }

 p { color: rgb(187,198,153); }

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

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

 a { background-color: rgb(187,198,153); }

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

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

 span { border-color: rgb(187,198,153); }

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