#BCDE72

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

Shades of Sulu #BCDE72

Tints of Sulu #BCDE72

Color information

#BCDE72 (or 0xBCDE72) is unknown color: approx Sulu. HEX triplet: BC, DE and 72. RGB value is (188,222,114). Sum of RGB (Red+Green+Blue) = 188+222+114=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE72 is #43218D. Grayscale: #C7C7C7. Windows color (decimal): -4399502 or 7528124. OLE color: 7528124.

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

Color convert

RGB188222114-
CMYK0.1500.490.13
HSL78.89º62.07%65.88%-
HSV(B)78.89º48.65%87.06%-
XYZ49.964.1525.67-
YUV199.5279.74119.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 222 (87.11% from 255) = 42.37%
BLUE value IS 114 (44.92% from 255) = 21.76%
R=35.88%
G=42.37%
B=21.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221140.1500.490.1378.8962.0765.88
HexBCDE72F031D4f3e42
Octal274336162170611511776102
Binary1011110011011110111001011110110001110110011111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDE72; }

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

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

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

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

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

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

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

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