#BAEA69

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

Shades of Sulu #BAEA69

Tints of Sulu #BAEA69

Color information

#BAEA69 (or 0xBAEA69) is unknown color: approx Sulu. HEX triplet: BA, EA and 69. RGB value is (186,234,105). Sum of RGB (Red+Green+Blue) = 186+234+105=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA69 is #451596. Grayscale: #CDCDCD. Windows color (decimal): -4527511 or 6941370. OLE color: 6941370.

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

Color convert

RGB186234105-
CMYK0.2100.550.08
HSL82.33º75.44%66.47%-
HSV(B)82.33º55.13%91.76%-
XYZ52.2270.324.18-
YUV204.9471.6114.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 234 (91.80% from 255) = 44.57%
BLUE value IS 105 (41.41% from 255) = 20%
R=35.43%
G=44.57%
B=20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341050.2100.550.0882.3375.4466.47
HexBAEA69150378524b42
Octal2723521512506710122113102
Binary101110101110101011010011010101101111000101001010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEA69; }

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

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

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

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

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

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

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

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