#BCEB6D

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

Shades of Sulu #BCEB6D

Tints of Sulu #BCEB6D

Color information

#BCEB6D (or 0xBCEB6D) is unknown color: approx Sulu. HEX triplet: BC, EB and 6D. RGB value is (188,235,109). Sum of RGB (Red+Green+Blue) = 188+235+109=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB6D is #431492. Grayscale: #CFCFCF. Windows color (decimal): -4396179 or 7203772. OLE color: 7203772.

HSL color Cylindrical-coordinate representation of color #BCEB6D: hue angle of 82.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCEB6D is Cyan = 0.2, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB188235109-
CMYK0.200.540.08
HSL82.38º75.9%67.45%-
HSV(B)82.38º53.62%92.16%-
XYZ53.2171.2125.41-
YUV206.5872.93114.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 235 (92.19% from 255) = 44.17%
BLUE value IS 109 (42.97% from 255) = 20.49%
R=35.34%
G=44.17%
B=20.49%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351090.200.540.0882.3875.967.45
HexBCEB6D140368524c43
Octal2743531552406610122114103
Binary101111001110101111011011010001101101000101001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEB6D; }

 p { color: rgb(188,235,109); }

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

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

 a { background-color: rgb(188,235,109); }

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

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

 span { border-color: rgb(188,235,109); }

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