#BCEB68

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

Shades of Sulu #BCEB68

Tints of Sulu #BCEB68

Color information

#BCEB68 (or 0xBCEB68) is unknown color: approx Sulu. HEX triplet: BC, EB and 68. RGB value is (188,235,104). Sum of RGB (Red+Green+Blue) = 188+235+104=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB68 is #431497. Grayscale: #CECECE. Windows color (decimal): -4396184 or 6876092. OLE color: 6876092.

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

Color convert

RGB188235104-
CMYK0.200.560.08
HSL81.53º76.61%66.47%-
HSV(B)81.53º55.74%92.16%-
XYZ52.9571.1124.03-
YUV206.0170.43115.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 235 (92.19% from 255) = 44.59%
BLUE value IS 104 (41.02% from 255) = 19.73%
R=35.67%
G=44.59%
B=19.73%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351040.200.560.0881.5376.6166.47
HexBCEB68140388524d42
Octal2743531502407010122115102
Binary101111001110101111010001010001110001000101001010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEB68; }

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

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

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

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

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

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

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

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