#BCF077

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

Shades of Sulu #BCF077

Tints of Sulu #BCF077

Color information

#BCF077 (or 0xBCF077) is unknown color: approx Sulu. HEX triplet: BC, F0 and 77. RGB value is (188,240,119). Sum of RGB (Red+Green+Blue) = 188+240+119=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF077 is #430F88. Grayscale: #D3D3D3. Windows color (decimal): -4394889 or 7860412. OLE color: 7860412.

HSL color Cylindrical-coordinate representation of color #BCF077: hue angle of 85.79º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF077 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB188240119-
CMYK0.2200.500.06
HSL85.79º80.13%70.39%-
HSV(B)85.79º50.42%94.12%-
XYZ55.2374.3428.89-
YUV210.6676.27111.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 240 (94.14% from 255) = 43.88%
BLUE value IS 119 (46.88% from 255) = 21.76%
R=34.37%
G=43.88%
B=21.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882401190.2200.500.0685.7980.1370.39
HexBCF077160326565046
Octal274360167260626126120106
Binary10111100111100001110111101100110010110101011010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF077; }

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

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

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

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

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

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

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

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