#BCDE74

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

Shades of Sulu #BCDE74

Tints of Sulu #BCDE74

Color information

#BCDE74 (or 0xBCDE74) is unknown color: approx Sulu. HEX triplet: BC, DE and 74. RGB value is (188,222,116). Sum of RGB (Red+Green+Blue) = 188+222+116=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE74 is #43218B. Grayscale: #C8C8C8. Windows color (decimal): -4399500 or 7659196. OLE color: 7659196.

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

Color convert

RGB188222116-
CMYK0.1500.480.13
HSL79.25º61.63%66.27%-
HSV(B)79.25º47.75%87.06%-
XYZ50.0164.1926.28-
YUV199.7580.74119.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 116 (45.70% from 255) = 22.05%
R=35.74%
G=42.21%
B=22.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221160.1500.480.1379.2561.6366.27
HexBCDE74F030D4f3e42
Octal274336164170601511776102
Binary1011110011011110111010011110110000110110011111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDE74; }

 p { color: rgb(188,222,116); }

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

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

 a { background-color: rgb(188,222,116); }

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

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

 span { border-color: rgb(188,222,116); }

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