#BCF96C

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

Shades of Sulu #BCF96C

Tints of Sulu #BCF96C

Color information

#BCF96C (or 0xBCF96C) is unknown color: approx Sulu. HEX triplet: BC, F9 and 6C. RGB value is (188,249,108). Sum of RGB (Red+Green+Blue) = 188+249+108=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF96C is #430693. Grayscale: #D7D7D7. Windows color (decimal): -4392596 or 7141820. OLE color: 7141820.

HSL color Cylindrical-coordinate representation of color #BCF96C: hue angle of 85.96º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCF96C is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB188249108-
CMYK0.2400.570.02
HSL85.96º92.16%70%-
HSV(B)85.96º56.63%97.65%-
XYZ57.3279.5326.52-
YUV214.6967.79108.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 108 (42.58% from 255) = 19.82%
R=34.50%
G=45.69%
B=19.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491080.2400.570.0285.9692.1670
HexBCF96C180392565c46
Octal274371154300712126134106
Binary1011110011111001110110011000011100110101011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF96C; }

 p { color: rgb(188,249,108); }

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

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

 a { background-color: rgb(188,249,108); }

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

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

 span { border-color: rgb(188,249,108); }

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