#BCDC73

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

Shades of Sulu #BCDC73

Tints of Sulu #BCDC73

Color information

#BCDC73 (or 0xBCDC73) is unknown color: approx Sulu. HEX triplet: BC, DC and 73. RGB value is (188,220,115). Sum of RGB (Red+Green+Blue) = 188+220+115=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC73 is #43238C. Grayscale: #C6C6C6. Windows color (decimal): -4400013 or 7593148. OLE color: 7593148.

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

Color convert

RGB188220115-
CMYK0.1500.480.14
HSL78.29º60%65.69%-
HSV(B)78.29º47.73%86.27%-
XYZ49.4363.1225.8-
YUV198.4680.9120.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 220 (86.33% from 255) = 42.07%
BLUE value IS 115 (45.31% from 255) = 21.99%
R=35.95%
G=42.07%
B=21.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201150.1500.480.1478.296065.69
HexBCDC73F030E4e3c42
Octal274334163170601611674102
Binary1011110011011100111001111110110000111010011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDC73; }

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

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

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

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

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

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

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

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