#BCEA68

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

Shades of Sulu #BCEA68

Tints of Sulu #BCEA68

Color information

#BCEA68 (or 0xBCEA68) is unknown color: approx Sulu. HEX triplet: BC, EA and 68. RGB value is (188,234,104). Sum of RGB (Red+Green+Blue) = 188+234+104=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA68 is #431597. Grayscale: #CDCDCD. Windows color (decimal): -4396440 or 6875836. OLE color: 6875836.

HSL color Cylindrical-coordinate representation of color #BCEA68: hue angle of 81.23º degrees, saturation: 0.76, 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 #BCEA68 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB188234104-
CMYK0.2000.560.08
HSL81.23º75.58%66.27%-
HSV(B)81.23º55.56%91.76%-
XYZ52.6670.5423.94-
YUV205.4370.76115.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 234 (91.80% from 255) = 44.49%
BLUE value IS 104 (41.02% from 255) = 19.77%
R=35.74%
G=44.49%
B=19.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341040.2000.560.0881.2375.5866.27
HexBCEA68140388514c42
Octal2743521502407010121114102
Binary101111001110101011010001010001110001000101000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEA68; }

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

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

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

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

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

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

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

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