#BCE07A

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

Shades of Sulu #BCE07A

Tints of Sulu #BCE07A

Color information

#BCE07A (or 0xBCE07A) is unknown color: approx Sulu. HEX triplet: BC, E0 and 7A. RGB value is (188,224,122). Sum of RGB (Red+Green+Blue) = 188+224+122=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE07A is #431F85. Grayscale: #C9C9C9. Windows color (decimal): -4398982 or 8052924. OLE color: 8052924.

HSL color Cylindrical-coordinate representation of color #BCE07A: hue angle of 81.18º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCE07A is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB188224122-
CMYK0.1600.460.12
HSL81.18º62.2%67.84%-
HSV(B)81.18º45.54%87.84%-
XYZ50.9165.4128.35-
YUV201.6183.07118.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 224 (87.89% from 255) = 41.95%
BLUE value IS 122 (48.05% from 255) = 22.85%
R=35.21%
G=41.95%
B=22.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882241220.1600.460.1281.1862.267.84
HexBCE07A1002EC513e44
Octal274340172200561412176104
Binary10111100111000001111010100000101110110010100011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE07A; }

 p { color: rgb(188,224,122); }

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

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

 a { background-color: rgb(188,224,122); }

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

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

 span { border-color: rgb(188,224,122); }

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