#BCF36B

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

Shades of Sulu #BCF36B

Tints of Sulu #BCF36B

Color information

#BCF36B (or 0xBCF36B) is unknown color: approx Sulu. HEX triplet: BC, F3 and 6B. RGB value is (188,243,107). Sum of RGB (Red+Green+Blue) = 188+243+107=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF36B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF36B is #430C94. Grayscale: #D3D3D3. Windows color (decimal): -4394133 or 7074748. OLE color: 7074748.

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

Color convert

RGB188243107-
CMYK0.2300.560.05
HSL84.26º85%68.63%-
HSV(B)84.26º55.97%95.29%-
XYZ55.4475.8525.63-
YUV211.0569.28111.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 243 (95.31% from 255) = 45.17%
BLUE value IS 107 (42.19% from 255) = 19.89%
R=34.94%
G=45.17%
B=19.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882431070.2300.560.0584.268568.63
HexBCF36B170385545545
Octal274363153270705124125105
Binary10111100111100111101011101110111000101101010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF36B; }

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

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

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

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

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

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

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

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