#BAEA68

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

Shades of Sulu #BAEA68

Tints of Sulu #BAEA68

Color information

#BAEA68 (or 0xBAEA68) is unknown color: approx Sulu. HEX triplet: BA, EA and 68. RGB value is (186,234,104). Sum of RGB (Red+Green+Blue) = 186+234+104=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA68 is #451597. Grayscale: #CDCDCD. Windows color (decimal): -4527512 or 6875834. OLE color: 6875834.

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

Color convert

RGB186234104-
CMYK0.2100.560.08
HSL82.15º75.58%66.27%-
HSV(B)82.15º55.56%91.76%-
XYZ52.1770.2823.91-
YUV204.8371.1114.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 234 (91.80% from 255) = 44.66%
BLUE value IS 104 (41.02% from 255) = 19.85%
R=35.50%
G=44.66%
B=19.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341040.2100.560.0882.1575.5866.27
HexBAEA68150388524c42
Octal2723521502507010122114102
Binary101110101110101011010001010101110001000101001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEA68; }

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

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

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

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

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

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

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

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