#BCE98A

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

Shades of Sulu #BCE98A

Tints of Sulu #BCE98A

Color information

#BCE98A (or 0xBCE98A) is unknown color: approx Sulu. HEX triplet: BC, E9 and 8A. RGB value is (188,233,138). Sum of RGB (Red+Green+Blue) = 188+233+138=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE98A is #431675. Grayscale: #D1D1D1. Windows color (decimal): -4396662 or 9103804. OLE color: 9103804.

HSL color Cylindrical-coordinate representation of color #BCE98A: hue angle of 88.42º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCE98A is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB188233138-
CMYK0.1900.410.09
HSL88.42º68.35%72.75%-
HSV(B)88.42º40.77%91.37%-
XYZ54.4770.834.84-
YUV208.7188.09113.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 233 (91.41% from 255) = 41.68%
BLUE value IS 138 (54.30% from 255) = 24.69%
R=33.63%
G=41.68%
B=24.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882331380.1900.410.0988.4268.3572.75
HexBCE98A130299584449
Octal2743512122305111130104111
Binary1011110011101001100010101001101010011001101100010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE98A; }

 p { color: rgb(188,233,138); }

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

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

 a { background-color: rgb(188,233,138); }

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

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

 span { border-color: rgb(188,233,138); }

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