#BEE86A

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

Shades of Sulu #BEE86A

Tints of Sulu #BEE86A

Color information

#BEE86A (or 0xBEE86A) is unknown color: approx Sulu. HEX triplet: BE, E8 and 6A. RGB value is (190,232,106). Sum of RGB (Red+Green+Blue) = 190+232+106=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE86A is #411795. Grayscale: #CDCDCD. Windows color (decimal): -4265878 or 7006398. OLE color: 7006398.

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

Color convert

RGB190232106-
CMYK0.1800.540.09
HSL80º73.26%66.27%-
HSV(B)80º54.31%90.98%-
XYZ52.6969.724.31-
YUV205.0872.09117.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 232 (91.02% from 255) = 43.94%
BLUE value IS 106 (41.80% from 255) = 20.08%
R=35.98%
G=43.94%
B=20.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902321060.1800.540.098073.2666.27
HexBEE86A120369504942
Octal2763501522206611120111102
Binary101111101110100011010101001001101101001101000010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE86A; }

 p { color: rgb(190,232,106); }

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

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

 a { background-color: rgb(190,232,106); }

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

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

 span { border-color: rgb(190,232,106); }

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