#BAFB69

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

Shades of Sulu #BAFB69

Tints of Sulu #BAFB69

Color information

#BAFB69 (or 0xBAFB69) is unknown color: approx Sulu. HEX triplet: BA, FB and 69. RGB value is (186,251,105). Sum of RGB (Red+Green+Blue) = 186+251+105=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 105 (41.41% from 255 or 19.37% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFB69 is #450496. Grayscale: #D7D7D7. Windows color (decimal): -4523159 or 6945722. OLE color: 6945722.

HSL color Cylindrical-coordinate representation of color #BAFB69: hue angle of 86.71º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAFB69 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB186251105-
CMYK0.2600.580.02
HSL86.71º94.81%69.8%-
HSV(B)86.71º58.17%98.43%-
XYZ57.380.4525.87-
YUV214.9265.97107.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 251 (98.44% from 255) = 46.31%
BLUE value IS 105 (41.41% from 255) = 19.37%
R=34.32%
G=46.31%
B=19.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862511050.2600.580.0286.7194.8169.8
HexBAFB691A03A2575f46
Octal272373151320722127137106
Binary1011101011111011110100111010011101010101011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFB69; }

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

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

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

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

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

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

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

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