#BCDC75

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

Shades of Sulu #BCDC75

Tints of Sulu #BCDC75

Color information

#BCDC75 (or 0xBCDC75) is unknown color: approx Sulu. HEX triplet: BC, DC and 75. RGB value is (188,220,117). Sum of RGB (Red+Green+Blue) = 188+220+117=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC75 is #43238A. Grayscale: #C7C7C7. Windows color (decimal): -4400011 or 7724220. OLE color: 7724220.

HSL color Cylindrical-coordinate representation of color #BCDC75: hue angle of 78.64º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCDC75 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB188220117-
CMYK0.1500.470.14
HSL78.64º59.54%66.08%-
HSV(B)78.64º46.82%86.27%-
XYZ49.5463.1626.41-
YUV198.6981.9120.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 220 (86.33% from 255) = 41.90%
BLUE value IS 117 (46.09% from 255) = 22.29%
R=35.81%
G=41.90%
B=22.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201170.1500.470.1478.6459.5466.08
HexBCDC75F02FE4f3c42
Octal274334165170571611774102
Binary1011110011011100111010111110101111111010011111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDC75; }

 p { color: rgb(188,220,117); }

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

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

 a { background-color: rgb(188,220,117); }

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

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

 span { border-color: rgb(188,220,117); }

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