#BCCF96

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

Shades of Sprout #BCCF96

Tints of Sprout #BCCF96

Color information

#BCCF96 (or 0xBCCF96) is unknown color: approx Sprout. HEX triplet: BC, CF and 96. RGB value is (188,207,150). Sum of RGB (Red+Green+Blue) = 188+207+150=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF96 is #433069. Grayscale: #C3C3C3. Windows color (decimal): -4403306 or 9883580. OLE color: 9883580.

HSL color Cylindrical-coordinate representation of color #BCCF96: hue angle of 80º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCCF96 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB188207150-
CMYK0.0900.280.19
HSL80º37.25%70%-
HSV(B)80º27.54%81.18%-
XYZ48.5657.5237.4-
YUV194.82102.71123.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=34.50%
G=37.98%
B=27.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071500.0900.280.198037.2570
HexBCCF96901C13502546
Octal274317226110342312045106
Binary10111100110011111001011010010111001001110100001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF96; }

 p { color: rgb(188,207,150); }

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

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

 a { background-color: rgb(188,207,150); }

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

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

 span { border-color: rgb(188,207,150); }

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