#BCDA7B

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

Shades of Sulu #BCDA7B

Tints of Sulu #BCDA7B

Color information

#BCDA7B (or 0xBCDA7B) is unknown color: approx Sulu. HEX triplet: BC, DA and 7B. RGB value is (188,218,123). Sum of RGB (Red+Green+Blue) = 188+218+123=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA7B is #432584. Grayscale: #C6C6C6. Windows color (decimal): -4400517 or 8116924. OLE color: 8116924.

HSL color Cylindrical-coordinate representation of color #BCDA7B: hue angle of 78.95º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCDA7B is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB188218123-
CMYK0.1400.440.15
HSL78.95º56.21%66.86%-
HSV(B)78.95º43.58%85.49%-
XYZ49.3962.2628.15-
YUV198.285.56120.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 123 (48.44% from 255) = 23.25%
R=35.54%
G=41.21%
B=23.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181230.1400.440.1578.9556.2166.86
HexBCDA7BE02CF4f3843
Octal274332173160541711770103
Binary1011110011011010111101111100101100111110011111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA7B; }

 p { color: rgb(188,218,123); }

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

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

 a { background-color: rgb(188,218,123); }

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

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

 span { border-color: rgb(188,218,123); }

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