#BAF679

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

Shades of Sulu #BAF679

Tints of Sulu #BAF679

Color information

#BAF679 (or 0xBAF679) is unknown color: approx Sulu. HEX triplet: BA, F6 and 79. RGB value is (186,246,121). Sum of RGB (Red+Green+Blue) = 186+246+121=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 121 (47.66% from 255 or 21.88% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF679 is #450986. Grayscale: #D6D6D6. Windows color (decimal): -4524423 or 7993018. OLE color: 7993018.

HSL color Cylindrical-coordinate representation of color #BAF679: hue angle of 88.8º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAF679 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB186246121-
CMYK0.2400.510.04
HSL88.8º87.41%71.96%-
HSV(B)88.8º50.81%96.47%-
XYZ56.6677.7330.11-
YUV213.8175.62108.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 246 (96.48% from 255) = 44.48%
BLUE value IS 121 (47.66% from 255) = 21.88%
R=33.63%
G=44.48%
B=21.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862461210.2400.510.0488.887.4171.96
HexBAF679180334595748
Octal272366171300634131127110
Binary10111010111101101111001110000110011100101100110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF679; }

 p { color: rgb(186,246,121); }

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

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

 a { background-color: rgb(186,246,121); }

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

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

 span { border-color: rgb(186,246,121); }

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