#BCF67B

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

Shades of Sulu #BCF67B

Tints of Sulu #BCF67B

Color information

#BCF67B (or 0xBCF67B) is unknown color: approx Sulu. HEX triplet: BC, F6 and 7B. RGB value is (188,246,123). Sum of RGB (Red+Green+Blue) = 188+246+123=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 123 (48.44% from 255 or 22.08% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF67B is #430984. Grayscale: #D7D7D7. Windows color (decimal): -4393349 or 8124092. OLE color: 8124092.

HSL color Cylindrical-coordinate representation of color #BCF67B: hue angle of 88.29º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF67B is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB188246123-
CMYK0.2400.500.04
HSL88.29º87.23%72.35%-
HSV(B)88.29º50%96.47%-
XYZ57.2778.0330.78-
YUV214.6476.28109-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 246 (96.48% from 255) = 44.17%
BLUE value IS 123 (48.44% from 255) = 22.08%
R=33.75%
G=44.17%
B=22.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882461230.2400.500.0488.2987.2372.35
HexBCF67B180324585748
Octal274366173300624130127110
Binary10111100111101101111011110000110010100101100010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF67B; }

 p { color: rgb(188,246,123); }

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

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

 a { background-color: rgb(188,246,123); }

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

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

 span { border-color: rgb(188,246,123); }

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