#BEEA8C

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

Shades of Sulu #BEEA8C

Tints of Sulu #BEEA8C

Color information

#BEEA8C (or 0xBEEA8C) is unknown color: approx Sulu. HEX triplet: BE, EA and 8C. RGB value is (190,234,140). Sum of RGB (Red+Green+Blue) = 190+234+140=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEA8C is #411573. Grayscale: #D2D2D2. Windows color (decimal): -4265332 or 9235134. OLE color: 9235134.

HSL color Cylindrical-coordinate representation of color #BEEA8C: hue angle of 88.09º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEEA8C is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB190234140-
CMYK0.1900.400.08
HSL88.09º69.12%73.33%-
HSV(B)88.09º40.17%91.76%-
XYZ55.3971.6935.73-
YUV210.1388.42113.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 234 (91.80% from 255) = 41.49%
BLUE value IS 140 (55.08% from 255) = 24.82%
R=33.69%
G=41.49%
B=24.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902341400.1900.400.0888.0969.1273.33
HexBEEA8C130288584549
Octal2763522142305010130105111
Binary1011111011101010100011001001101010001000101100010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEA8C; }

 p { color: rgb(190,234,140); }

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

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

 a { background-color: rgb(190,234,140); }

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

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

 span { border-color: rgb(190,234,140); }

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