#BCDD8A

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

Shades of Sulu #BCDD8A

Tints of Sulu #BCDD8A

Color information

#BCDD8A (or 0xBCDD8A) is unknown color: approx Sulu. HEX triplet: BC, DD and 8A. RGB value is (188,221,138). Sum of RGB (Red+Green+Blue) = 188+221+138=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD8A is #432275. Grayscale: #C9C9C9. Windows color (decimal): -4399734 or 9100732. OLE color: 9100732.

HSL color Cylindrical-coordinate representation of color #BCDD8A: hue angle of 83.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCDD8A is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB188221138-
CMYK0.1500.380.13
HSL83.86º54.97%70.39%-
HSV(B)83.86º37.56%86.67%-
XYZ51.1864.2433.75-
YUV201.6792.07118.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 138 (54.30% from 255) = 25.23%
R=34.37%
G=40.40%
B=25.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211380.1500.380.1383.8654.9770.39
HexBCDD8AF026D543746
Octal274335212170461512467106
Binary10111100110111011000101011110100110110110101001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDD8A; }

 p { color: rgb(188,221,138); }

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

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

 a { background-color: rgb(188,221,138); }

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

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

 span { border-color: rgb(188,221,138); }

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