#BAF969

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

Shades of Sulu #BAF969

Tints of Sulu #BAF969

Color information

#BAF969 (or 0xBAF969) is unknown color: approx Sulu. HEX triplet: BA, F9 and 69. RGB value is (186,249,105). Sum of RGB (Red+Green+Blue) = 186+249+105=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF969 is #450696. Grayscale: #D6D6D6. Windows color (decimal): -4523671 or 6945210. OLE color: 6945210.

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

Color convert

RGB186249105-
CMYK0.2500.580.02
HSL86.25º92.31%69.41%-
HSV(B)86.25º57.83%97.65%-
XYZ56.6879.2125.67-
YUV213.7566.63108.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 249 (97.66% from 255) = 46.11%
BLUE value IS 105 (41.41% from 255) = 19.44%
R=34.44%
G=46.11%
B=19.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862491050.2500.580.0286.2592.3169.41
HexBAF9691903A2565c45
Octal272371151310722126134105
Binary1011101011111001110100111001011101010101011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF969; }

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

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

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

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

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

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

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

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