#BCDA7D

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

Shades of Sulu #BCDA7D

Tints of Sulu #BCDA7D

Color information

#BCDA7D (or 0xBCDA7D) is unknown color: approx Sulu. HEX triplet: BC, DA and 7D. RGB value is (188,218,125). Sum of RGB (Red+Green+Blue) = 188+218+125=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA7D is #432582. Grayscale: #C6C6C6. Windows color (decimal): -4400515 or 8247996. OLE color: 8247996.

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

Color convert

RGB188218125-
CMYK0.1400.430.15
HSL79.35º55.69%67.25%-
HSV(B)79.35º42.66%85.49%-
XYZ49.5162.3128.82-
YUV198.4386.56120.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=35.40%
G=41.05%
B=23.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181250.1400.430.1579.3555.6967.25
HexBCDA7DE02BF4f3843
Octal274332175160531711770103
Binary1011110011011010111110111100101011111110011111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA7D; }

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

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

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

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

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

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

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

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