#BCF06D

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

Shades of Sulu #BCF06D

Tints of Sulu #BCF06D

Color information

#BCF06D (or 0xBCF06D) is unknown color: approx Sulu. HEX triplet: BC, F0 and 6D. RGB value is (188,240,109). Sum of RGB (Red+Green+Blue) = 188+240+109=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF06D is #430F92. Grayscale: #D1D1D1. Windows color (decimal): -4394899 or 7205052. OLE color: 7205052.

HSL color Cylindrical-coordinate representation of color #BCF06D: hue angle of 83.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCF06D is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB188240109-
CMYK0.2200.550.06
HSL83.82º81.37%68.43%-
HSV(B)83.82º54.58%94.12%-
XYZ54.6674.1225.89-
YUV209.5271.27112.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 240 (94.14% from 255) = 44.69%
BLUE value IS 109 (42.97% from 255) = 20.30%
R=35.01%
G=44.69%
B=20.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882401090.2200.550.0683.8281.3768.43
HexBCF06D160376545144
Octal274360155260676124121104
Binary10111100111100001101101101100110111110101010010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF06D; }

 p { color: rgb(188,240,109); }

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

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

 a { background-color: rgb(188,240,109); }

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

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

 span { border-color: rgb(188,240,109); }

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