#BAEA83

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

Shades of Sulu #BAEA83

Tints of Sulu #BAEA83

Color information

#BAEA83 (or 0xBAEA83) is unknown color: approx Sulu. HEX triplet: BA, EA and 83. RGB value is (186,234,131). Sum of RGB (Red+Green+Blue) = 186+234+131=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEA83 is #45157C. Grayscale: #D0D0D0. Windows color (decimal): -4527485 or 8645306. OLE color: 8645306.

HSL color Cylindrical-coordinate representation of color #BAEA83: hue angle of 87.96º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAEA83 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB186234131-
CMYK0.2100.440.08
HSL87.96º71.03%71.57%-
HSV(B)87.96º44.02%91.76%-
XYZ53.7770.9232.33-
YUV207.9184.6112.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 234 (91.80% from 255) = 42.47%
BLUE value IS 131 (51.56% from 255) = 23.77%
R=33.76%
G=42.47%
B=23.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341310.2100.440.0887.9671.0371.57
HexBAEA831502C8584748
Octal2723522032505410130107110
Binary1011101011101010100000111010101011001000101100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEA83; }

 p { color: rgb(186,234,131); }

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

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

 a { background-color: rgb(186,234,131); }

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

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

 span { border-color: rgb(186,234,131); }

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