#BCFB6C

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

Shades of Sulu #BCFB6C

Tints of Sulu #BCFB6C

Color information

#BCFB6C (or 0xBCFB6C) is unknown color: approx Sulu. HEX triplet: BC, FB and 6C. RGB value is (188,251,108). Sum of RGB (Red+Green+Blue) = 188+251+108=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB6C is #430493. Grayscale: #D8D8D8. Windows color (decimal): -4392084 or 7142332. OLE color: 7142332.

HSL color Cylindrical-coordinate representation of color #BCFB6C: hue angle of 86.43º degrees, saturation: 0.95, 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 #BCFB6C is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB188251108-
CMYK0.2500.570.02
HSL86.43º94.7%70.39%-
HSV(B)86.43º56.97%98.43%-
XYZ57.9480.7726.72-
YUV215.8667.13108.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 251 (98.44% from 255) = 45.89%
BLUE value IS 108 (42.58% from 255) = 19.74%
R=34.37%
G=45.89%
B=19.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882511080.2500.570.0286.4394.770.39
HexBCFB6C190392565f46
Octal274373154310712126137106
Binary1011110011111011110110011001011100110101011010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFB6C; }

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

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

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

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

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

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

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

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