#BCEA8B

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

Shades of Sulu #BCEA8B

Tints of Sulu #BCEA8B

Color information

#BCEA8B (or 0xBCEA8B) is unknown color: approx Sulu. HEX triplet: BC, EA and 8B. RGB value is (188,234,139). Sum of RGB (Red+Green+Blue) = 188+234+139=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 139 (54.69% from 255 or 24.78% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEA8B is #431574. Grayscale: #D1D1D1. Windows color (decimal): -4396405 or 9169596. OLE color: 9169596.

HSL color Cylindrical-coordinate representation of color #BCEA8B: hue angle of 89.05º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCEA8B is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB188234139-
CMYK0.2000.410.08
HSL89.05º69.34%73.14%-
HSV(B)89.05º40.6%91.76%-
XYZ54.8271.435.32-
YUV209.4288.26112.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 234 (91.80% from 255) = 41.71%
BLUE value IS 139 (54.69% from 255) = 24.78%
R=33.51%
G=41.71%
B=24.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341390.2000.410.0889.0569.3473.14
HexBCEA8B140298594549
Octal2743522132405110131105111
Binary1011110011101010100010111010001010011000101100110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEA8B; }

 p { color: rgb(188,234,139); }

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

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

 a { background-color: rgb(188,234,139); }

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

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

 span { border-color: rgb(188,234,139); }

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