#BCCF92

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

Shades of Sprout #BCCF92

Tints of Sprout #BCCF92

Color information

#BCCF92 (or 0xBCCF92) is unknown color: approx Sprout. HEX triplet: BC, CF and 92. RGB value is (188,207,146). Sum of RGB (Red+Green+Blue) = 188+207+146=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF92 is #43306D. Grayscale: #C2C2C2. Windows color (decimal): -4403310 or 9621436. OLE color: 9621436.

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

Color convert

RGB188207146-
CMYK0.0900.290.19
HSL78.69º38.85%69.22%-
HSV(B)78.69º29.47%81.18%-
XYZ48.2457.3935.73-
YUV194.36100.71123.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 207 (81.25% from 255) = 38.26%
BLUE value IS 146 (57.42% from 255) = 26.99%
R=34.75%
G=38.26%
B=26.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071460.0900.290.1978.6938.8569.22
HexBCCF92901D134f2745
Octal274317222110352311747105
Binary10111100110011111001001010010111011001110011111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF92; }

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

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

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

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

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

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

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

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