#BCF966

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

Shades of Sulu #BCF966

Tints of Sulu #BCF966

Color information

#BCF966 (or 0xBCF966) is unknown color: approx Sulu. HEX triplet: BC, F9 and 66. RGB value is (188,249,102). Sum of RGB (Red+Green+Blue) = 188+249+102=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF966 is #430699. Grayscale: #D6D6D6. Windows color (decimal): -4392602 or 6748604. OLE color: 6748604.

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

Color convert

RGB188249102-
CMYK0.2400.590.02
HSL84.9º92.45%68.82%-
HSV(B)84.9º59.04%97.65%-
XYZ57.0179.424.89-
YUV21464.79109.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 249 (97.66% from 255) = 46.20%
BLUE value IS 102 (40.23% from 255) = 18.92%
R=34.88%
G=46.20%
B=18.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491020.2400.590.0284.992.4568.82
HexBCF9661803B2555c45
Octal274371146300732125134105
Binary1011110011111001110011011000011101110101010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF966; }

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

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

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

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

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

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

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

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