#BCD679

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

Shades of Sulu #BCD679

Tints of Sulu #BCD679

Color information

#BCD679 (or 0xBCD679) is unknown color: approx Sulu. HEX triplet: BC, D6 and 79. RGB value is (188,214,121). Sum of RGB (Red+Green+Blue) = 188+214+121=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD679 is #432986. Grayscale: #C3C3C3. Windows color (decimal): -4401543 or 7984828. OLE color: 7984828.

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

Color convert

RGB188214121-
CMYK0.1200.430.16
HSL76.77º53.14%65.69%-
HSV(B)76.77º43.46%83.92%-
XYZ48.2460.1627.16-
YUV195.6285.89122.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 214 (83.98% from 255) = 40.92%
BLUE value IS 121 (47.66% from 255) = 23.14%
R=35.95%
G=40.92%
B=23.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882141210.1200.430.1676.7753.1465.69
HexBCD679C02B104d3542
Octal274326171140532011565102
Binary10111100110101101111001110001010111000010011011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD679; }

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

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

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

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

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

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

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

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