#BCD689

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

Shades of Sulu #BCD689

Tints of Sulu #BCD689

Color information

#BCD689 (or 0xBCD689) is unknown color: approx Sulu. HEX triplet: BC, D6 and 89. RGB value is (188,214,137). Sum of RGB (Red+Green+Blue) = 188+214+137=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD689 is #432976. Grayscale: #C5C5C5. Windows color (decimal): -4401527 or 9033404. OLE color: 9033404.

HSL color Cylindrical-coordinate representation of color #BCD689: hue angle of 80.26º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCD689 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB188214137-
CMYK0.1200.360.16
HSL80.26º48.43%68.82%-
HSV(B)80.26º35.98%83.92%-
XYZ49.360.5932.76-
YUV197.4593.89121.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 137 (53.91% from 255) = 25.42%
R=34.88%
G=39.70%
B=25.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882141370.1200.360.1680.2648.4368.82
HexBCD689C02410503045
Octal274326211140442012060105
Binary101111001101011010001001110001001001000010100001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD689; }

 p { color: rgb(188,214,137); }

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

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

 a { background-color: rgb(188,214,137); }

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

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

 span { border-color: rgb(188,214,137); }

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