#BCD982

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

Shades of Sulu #BCD982

Tints of Sulu #BCD982

Color information

#BCD982 (or 0xBCD982) is unknown color: approx Sulu. HEX triplet: BC, D9 and 82. RGB value is (188,217,130). Sum of RGB (Red+Green+Blue) = 188+217+130=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD982 is #43267D. Grayscale: #C6C6C6. Windows color (decimal): -4400766 or 8575420. OLE color: 8575420.

HSL color Cylindrical-coordinate representation of color #BCD982: hue angle of 80º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCD982 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB188217130-
CMYK0.1300.400.15
HSL80º53.37%68.04%-
HSV(B)80º40.09%85.1%-
XYZ49.5861.9330.46-
YUV198.4189.39120.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 217 (85.16% from 255) = 40.56%
BLUE value IS 130 (51.17% from 255) = 24.30%
R=35.14%
G=40.56%
B=24.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171300.1300.400.158053.3768.04
HexBCD982D028F503544
Octal274331202150501712065104
Binary10111100110110011000001011010101000111110100001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD982; }

 p { color: rgb(188,217,130); }

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

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

 a { background-color: rgb(188,217,130); }

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

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

 span { border-color: rgb(188,217,130); }

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