#BEE16C

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

Shades of Sulu #BEE16C

Tints of Sulu #BEE16C

Color information

#BEE16C (or 0xBEE16C) is unknown color: approx Sulu. HEX triplet: BE, E1 and 6C. RGB value is (190,225,108). Sum of RGB (Red+Green+Blue) = 190+225+108=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE16C is #411E93. Grayscale: #C9C9C9. Windows color (decimal): -4267668 or 7135678. OLE color: 7135678.

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

Color convert

RGB190225108-
CMYK0.1600.520.12
HSL77.95º66.1%65.29%-
HSV(B)77.95º52%88.24%-
XYZ50.8765.8824.22-
YUV201.275.4120.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 225 (88.28% from 255) = 43.02%
BLUE value IS 108 (42.58% from 255) = 20.65%
R=36.33%
G=43.02%
B=20.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902251080.1600.520.1277.9566.165.29
HexBEE16C10034C4e4241
Octal2763411542006414116102101
Binary101111101110000111011001000001101001100100111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE16C; }

 p { color: rgb(190,225,108); }

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

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

 a { background-color: rgb(190,225,108); }

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

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

 span { border-color: rgb(190,225,108); }

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