#BCC69E

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

Shades of Sprout #BCC69E

Tints of Sprout #BCC69E

Color information

#BCC69E (or 0xBCC69E) is unknown color: approx Sprout. HEX triplet: BC, C6 and 9E. RGB value is (188,198,158). Sum of RGB (Red+Green+Blue) = 188+198+158=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC69E is #433961. Grayscale: #BEBEBE. Windows color (decimal): -4405602 or 10405564. OLE color: 10405564.

HSL color Cylindrical-coordinate representation of color #BCC69E: hue angle of 75º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC69E is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB188198158-
CMYK0.0500.200.22
HSL75º25.97%69.8%-
HSV(B)75º20.2%77.65%-
XYZ47.153.5540.2-
YUV190.45109.69126.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 198 (77.73% from 255) = 36.40%
BLUE value IS 158 (62.11% from 255) = 29.04%
R=34.56%
G=36.40%
B=29.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981580.0500.200.227525.9769.8
HexBCC69E5014164b1a46
Octal27430623650242611332106
Binary101111001100011010011110101010100101101001011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC69E; }

 p { color: rgb(188,198,158); }

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

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

 a { background-color: rgb(188,198,158); }

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

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

 span { border-color: rgb(188,198,158); }

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