#BCF16B

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

Shades of Sulu #BCF16B

Tints of Sulu #BCF16B

Color information

#BCF16B (or 0xBCF16B) is unknown color: approx Sulu. HEX triplet: BC, F1 and 6B. RGB value is (188,241,107). Sum of RGB (Red+Green+Blue) = 188+241+107=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF16B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF16B is #430E94. Grayscale: #D2D2D2. Windows color (decimal): -4394645 or 7074236. OLE color: 7074236.

HSL color Cylindrical-coordinate representation of color #BCF16B: hue angle of 83.73º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCF16B is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB188241107-
CMYK0.2200.560.05
HSL83.73º82.72%68.24%-
HSV(B)83.73º55.6%94.51%-
XYZ54.8574.6625.43-
YUV209.8869.94112.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 241 (94.53% from 255) = 44.96%
BLUE value IS 107 (42.19% from 255) = 19.96%
R=35.07%
G=44.96%
B=19.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411070.2200.560.0583.7382.7268.24
HexBCF16B160385545344
Octal274361153260705124123104
Binary10111100111100011101011101100111000101101010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF16B; }

 p { color: rgb(188,241,107); }

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

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

 a { background-color: rgb(188,241,107); }

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

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

 span { border-color: rgb(188,241,107); }

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