#BEE968

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

Shades of Sulu #BEE968

Tints of Sulu #BEE968

Color information

#BEE968 (or 0xBEE968) is unknown color: approx Sulu. HEX triplet: BE, E9 and 68. RGB value is (190,233,104). Sum of RGB (Red+Green+Blue) = 190+233+104=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE968 is #411697. Grayscale: #CDCDCD. Windows color (decimal): -4265624 or 6875582. OLE color: 6875582.

HSL color Cylindrical-coordinate representation of color #BEE968: hue angle of 80º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEE968 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB190233104-
CMYK0.1800.550.09
HSL80º74.57%66.08%-
HSV(B)80º55.36%91.37%-
XYZ52.8770.2223.86-
YUV205.4470.75116.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 233 (91.41% from 255) = 44.21%
BLUE value IS 104 (41.02% from 255) = 19.73%
R=36.05%
G=44.21%
B=19.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902331040.1800.550.098074.5766.08
HexBEE968120379504b42
Octal2763511502206711120113102
Binary101111101110100111010001001001101111001101000010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE968; }

 p { color: rgb(190,233,104); }

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

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

 a { background-color: rgb(190,233,104); }

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

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

 span { border-color: rgb(190,233,104); }

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