#BEEC85

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

Shades of Sulu #BEEC85

Tints of Sulu #BEEC85

Color information

#BEEC85 (or 0xBEEC85) is unknown color: approx Sulu. HEX triplet: BE, EC and 85. RGB value is (190,236,133). Sum of RGB (Red+Green+Blue) = 190+236+133=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEC85 is #41137A. Grayscale: #D2D2D2. Windows color (decimal): -4264827 or 8776894. OLE color: 8776894.

HSL color Cylindrical-coordinate representation of color #BEEC85: hue angle of 86.8º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEEC85 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB190236133-
CMYK0.1900.440.07
HSL86.8º73.05%72.35%-
HSV(B)86.8º43.64%92.55%-
XYZ55.4672.6333.29-
YUV210.584.26113.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 236 (92.58% from 255) = 42.22%
BLUE value IS 133 (52.34% from 255) = 23.79%
R=33.99%
G=42.22%
B=23.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902361330.1900.440.0786.873.0572.35
HexBEEC851302C7574948
Octal276354205230547127111110
Binary101111101110110010000101100110101100111101011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEC85; }

 p { color: rgb(190,236,133); }

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

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

 a { background-color: rgb(190,236,133); }

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

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

 span { border-color: rgb(190,236,133); }

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